Type Alias 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> GetMarker for B0255<'a>

Source§

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

Source§

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>

Source§

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.