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

Interface for the parent model of the save dialog

Required methods

Tell the save dialog how to response if the user wants to save

Implementors