Type Alias binary_codec_sv2::B064K

source ·
pub type B064K<'a> = Inner<'a, false, 1, 2, { _ }>;

Aliased Type§

enum B064K<'a> {}

Variants§

Trait Implementations§

source§

impl<'a> Decodable<'a> for B064K<'a>

source§

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