Type Alias binary_codec_sv2::B032

source ·
pub type B032<'a> = Inner<'a, false, 1, 1, 32>;

Aliased Type§

enum B032<'a> {}

Variants§

Trait Implementations§

source§

impl<'a> Decodable<'a> for B032<'a>

source§

impl<'a> TryFrom<DecodableField<'a>> for B032<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: DecodableField<'a>) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<EncodableField<'a>> for B032<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: EncodableField<'a>) -> Result<Self, Self::Error>

Performs the conversion.