Skip to main content

IoToShellInstallError

Trait IoToShellInstallError 

Source
pub trait IoToShellInstallError<Ok> {
    // Required method
    fn context(self, f: &dyn Fn() -> String) -> Result<Ok, ShellInstallError>;
}

Required Methods§

Source

fn context(self, f: &dyn Fn() -> String) -> Result<Ok, ShellInstallError>

Implementations on Foreign Types§

Source§

impl<Ok> IoToShellInstallError<Ok> for Result<Ok, Error>

Source§

fn context(self, f: &dyn Fn() -> String) -> Result<Ok, ShellInstallError>

Implementors§