Struct libp2p_swarm::protocols_handler::multi::Info
source · [−]pub struct Info<K, I> { /* private fields */ }Expand description
The aggregated InboundOpenInfos 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