pub trait OptionsPageComponent<'a>: Component<Init<'a> = OptionsPageInit<'a, Self::App>, Message: From<OptionsPageMessage<Self::App>>> + 'static {
type App: PluginApp;
}
Available on crate feature
winio
only.Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.