Skip to main content

IcechunkResult

Type Alias IcechunkResult 

Source
pub type IcechunkResult<T> = Result<T, IcechunkFormatError>;

Aliased Type§

pub enum IcechunkResult<T> {
    Ok(T),
    Err(ICError<IcechunkFormatErrorKind>),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ICError<IcechunkFormatErrorKind>)

Contains the error value