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