Add TODO (examples/simple_dialogue)

This commit is contained in:
Temirkhan Myrzamadi 2020-02-11 16:58:32 +06:00
parent 0ae2d975df
commit d803d8197a

View file

@ -36,6 +36,7 @@ impl FavouriteMusic {
// [A UserInfo's data]
// ============================================================================
// TODO: implement a type-safe UserInfo without lots of .unwrap
#[derive(Default)]
struct UserInfo {
full_name: Option<String>,