pub trait ManagerExt<R: Runtime> {
// Required method
fn autolaunch(&self) -> State<'_, AutoLaunchManager>;
}
Required Methods§
Sourcefn autolaunch(&self) -> State<'_, AutoLaunchManager>
fn autolaunch(&self) -> State<'_, AutoLaunchManager>
TODO: Rename these to autostart
or auto_start
in v3