Type Alias nu_table::common::StringResult

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

Aliased Type§

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