Struct libp2p_websocket::tls::PrivateKey [−][src]
pub struct PrivateKey(_);
Expand description
Private key, DER-encoded ASN.1 in either PKCS#8 or PKCS#1 format.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrivateKeyimpl Send for PrivateKeyimpl Sync for PrivateKeyimpl Unpin for PrivateKeyimpl UnwindSafe for PrivateKeyBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V