ShellInitializer

Trait ShellInitializer 

Source
pub trait ShellInitializer {
    // Required method
    fn init_shell(
        &self,
        shell: &str,
        config: Option<String>,
        force: bool,
    ) -> Result<InitResult>;
}

Required Methods§

Source

fn init_shell( &self, shell: &str, config: Option<String>, force: bool, ) -> Result<InitResult>

Implementors§