Type Alias binary_codec_sv2::Str0255

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

Aliased Type§

enum Str0255<'a> {}

Variants§

Trait Implementations§

source§

impl<'a> TryFrom<String> for Str0255<'a>

§

type Error = Error

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

fn try_from(value: String) -> Result<Self, Self::Error>

Performs the conversion.