StringResult

Type Alias StringResult 

Source
pub type StringResult = Result<Option<String>, ShellError>;

Aliased Type§

pub enum StringResult {
    Ok(Option<String>),
    Err(ShellError),
}

Variants§

§1.0.0

Ok(Option<String>)

Contains the success value

§1.0.0

Err(ShellError)

Contains the error value