logo
pub trait OpenDialogParent: Model where
    Self::Widgets: ParentWindow
{ fn open_msg(path: PathBuf) -> Self::Msg; }
Expand description

Interface for the parent model

Required methods

Tell the open dialog how to response if the user wants to open a file

Implementors