Type Alias binary_codec_sv2::B0255

source ·
pub type B0255<'a> = Inner<'a, false, 1, 1, 255>;

Aliased Type§

enum B0255<'a> {}

Variants§

Trait Implementations§

source§

impl<'a> Decodable<'a> for B0255<'a>

source§

impl<'a> TryFrom<DecodableField<'a>> for B0255<'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 B0255<'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.