ZeroFormatterResult

Type Alias ZeroFormatterResult 

Source
pub type ZeroFormatterResult<T> = Result<T, ZeroFormatterError>;

Aliased Type§

pub enum ZeroFormatterResult<T> {
    Ok(T),
    Err(ZeroFormatterError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ZeroFormatterError)

Contains the error value