Type Alias spinoso_time::tzrs::Result

source ·
pub type Result<T> = Result<T, TimeError>;
Expand description

Alias for std::result::Result with the unified TimeError.

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(TimeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TimeError)

Contains the error value