Struct libp2p::swarm::protocols_handler::multi::IndexedProtoName [−][src]
pub struct IndexedProtoName<H>(_, _);
Expand description
Index and protocol name pair used as UpgradeInfo::Info.
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for IndexedProtoName<H> where
H: RefUnwindSafe, impl<H> Send for IndexedProtoName<H> where
H: Send, impl<H> Sync for IndexedProtoName<H> where
H: Sync, impl<H> Unpin for IndexedProtoName<H> where
H: Unpin, impl<H> UnwindSafe for IndexedProtoName<H> where
H: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V