Struct libp2p_websocket::tls::Certificate [−][src]
pub struct Certificate(_);
Expand description
Certificate, DER-encoded X.509 format.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Certificate
impl Send for Certificate
impl Sync for Certificate
impl Unpin for Certificate
impl UnwindSafe for Certificate
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V