pub trait OpenDialogParent: Modelwhere
Self::Widgets: ParentWindow,{
// Required method
fn open_msg(path: PathBuf) -> Self::Msg;
}Expand description
Interface for the parent model
pub trait OpenDialogParent: Modelwhere
Self::Widgets: ParentWindow,{
// Required method
fn open_msg(path: PathBuf) -> Self::Msg;
}Interface for the parent model