-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
questionFurther information is requestedFurther information is requested
Description
the trait bound `Destination: druid::data::Data` is not satisfied
--> src\main.rs:45:46
|
45 | Scroll::new(ListSelect::build_widget(vec![
| ______________________________________________^
46 | | ("to Sydney", Destination::Sydney),
47 | | ("to Petaluma", Destination::Petaluma),
48 | | ("to Tokyo", Destination::Tokyo),
49 | | ("to Paris", Destination::Paris),
50 | | ]))
| |_________^ the trait `druid::data::Data` is not implemented for `Destination`
cincodenada, ishche and luciferchase
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested