DecodeWithMetadataResult

Type Alias DecodeWithMetadataResult 

Source
pub type DecodeWithMetadataResult<'a> = Result<DecodedVtx<'a>, VtxFormatError>;

Aliased Type§

pub enum DecodeWithMetadataResult<'a> {
    Ok(DecodedVtx<'a>),
    Err(VtxFormatError),
}

Variants§

§1.0.0

Ok(DecodedVtx<'a>)

Contains the success value

§1.0.0

Err(VtxFormatError)

Contains the error value