Trait map_gui::tools::trip_files::TripManagementState[][src]

pub trait TripManagementState<A: AppLike + 'static>: State<A> {
    fn mut_files(&mut self) -> &mut TripManagement<A, Self>
    where
        Self: Sized
;
fn app_session_current_trip_name(app: &mut A) -> &mut Option<String>
    where
        Self: Sized
;
fn sync_from_file_management(&mut self, ctx: &mut EventCtx<'_>, app: &mut A); }

Required methods

Implementors