pub type IcechunkResult<T> = Result<T, IcechunkFormatError>;Aliased Type§
pub enum IcechunkResult<T> {
Ok(T),
Err(ICError<IcechunkFormatErrorKind>),
}Variants§
Ok(T)
Contains the success value
Err(ICError<IcechunkFormatErrorKind>)
Contains the error value