Struct quinn_proto::crypto::KeyPair [−][src]
pub struct KeyPair<T> {
pub local: T,
pub remote: T,
}A pair of keys for bidirectional communication
Fields
local: TKey for encrypting data
remote: TKey for decrypting data
Auto Trait Implementations
impl<T> RefUnwindSafe for KeyPair<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for KeyPair<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for KeyPair<T> where
T: UnwindSafe,
impl<T> UnwindSafe for KeyPair<T> where
T: UnwindSafe, Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,