Struct libp2p::swarm::protocols_handler::multi::Info [−][src]
pub struct Info<K, I> { /* fields omitted */ }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
pub fn vzip(self) -> V