Trait relm4_components::open_button::OpenButtonParent
source · [−]pub trait OpenButtonParent: Model where
Self::Widgets: ParentWindow, {
fn open_msg(path: PathBuf) -> Self::Msg;
}
Expand description
Interface for the parent model of the open button component