Skip to main content

Bytes

Type Alias Bytes 

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

Aliasing Vec<u8> with Bytes

Aliased Type§

pub struct Bytes { /* private fields */ }

Trait Implementations§

Source§

impl<'d> TryIntoSequence<'d> for Bytes

Source§

type Error = OcspError

Converting asn1_der::err
Source§

fn try_into(&'d self) -> Result<Sequence<'d>, Self::Error>

Try converting to Sequence