Type Alias SerializeResult

Source
pub type SerializeResult<T> = Result<T, AeonSerializeError>;

Aliased Type§

pub enum SerializeResult<T> {
    Ok(T),
    Err(AeonSerializeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(AeonSerializeError)

Contains the error value