Type Definition dcaf::common::cbor_values::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.

Trait Implementations§

source§

impl TryFrom<ProofOfPossessionKey> for ByteString

§

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.