Struct libp2p_swarm::protocols_handler::multi::Info [−][src]
pub struct Info<K, I> { /* fields omitted */ }
Expand description
The aggregated InboundOpenInfo
s of supported inbound substream protocols.
Implementations
Trait Implementations
Auto Trait Implementations
impl<K, I> RefUnwindSafe for Info<K, I> where
I: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, I> UnwindSafe for Info<K, I> where
I: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more