ByteString

Type Alias ByteString 

Source
pub type ByteString = Vec<u8>;
Expand description

A type intended to be used as a CBOR bytestring, represented as a vector of bytes.

Aliased Type§

pub struct ByteString { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<ProofOfPossessionKey> for ByteString

Source§

type Error = WrongSourceTypeError<ProofOfPossessionKey>

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

fn try_from( value: ProofOfPossessionKey, ) -> Result<Self, WrongSourceTypeError<ProofOfPossessionKey>>

Performs the conversion.