pub type DecodeWithMetadataResult<'a> = Result<DecodedVtx<'a>, VtxFormatError>;Aliased Type§
pub enum DecodeWithMetadataResult<'a> {
Ok(DecodedVtx<'a>),
Err(VtxFormatError),
}Variants§
Ok(DecodedVtx<'a>)
Contains the success value
Err(VtxFormatError)
Contains the error value