tauri_plugin_shell

Trait ShellExt

Source
pub trait ShellExt<R: Runtime> {
    // Required method
    fn shell(&self) -> &Shell<R>;
}

Required Methods§

Source

fn shell(&self) -> &Shell<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> ShellExt<R> for T