Type Alias binary_codec_sv2::Signature

source ·
pub type Signature<'a> = Inner<'a, true, 64, 0, 0>;

Aliased Type§

enum Signature<'a> {}

Variants§

Trait Implementations§

source§

impl<'a> Decodable<'a> for Signature<'a>

source§

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