Struct libp2p::yamux::OpenSubstreamToken [−][src]
pub struct OpenSubstreamToken(_);
Expand description
A token to poll for an outbound substream.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OpenSubstreamTokenimpl Send for OpenSubstreamTokenimpl Sync for OpenSubstreamTokenimpl Unpin for OpenSubstreamTokenimpl UnwindSafe for OpenSubstreamToken