Type Alias lindera::LinderaResult

source ·
pub type LinderaResult<T> = LinderaResult<T>;

Aliased Type§

enum LinderaResult<T> {
    Ok(T),
    Err(LinderaError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(LinderaError)

Contains the error value