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