Struct MapInEvent
pub struct MapInEvent<TConnectionHandler, TNewIn, TMap> { /* private fields */ }
Expand description
Wrapper around a protocol handler that turns the input event into something else.
Trait Implementations§
§impl<TConnectionHandler, TMap, TNewIn> ConnectionHandler for MapInEvent<TConnectionHandler, TNewIn, TMap>where
TConnectionHandler: ConnectionHandler,
TMap: Fn(TNewIn) -> Option<<TConnectionHandler as ConnectionHandler>::FromBehaviour> + Send + 'static,
TNewIn: Debug + Send + 'static,
impl<TConnectionHandler, TMap, TNewIn> ConnectionHandler for MapInEvent<TConnectionHandler, TNewIn, TMap>where
TConnectionHandler: ConnectionHandler,
TMap: Fn(TNewIn) -> Option<<TConnectionHandler as ConnectionHandler>::FromBehaviour> + Send + 'static,
TNewIn: Debug + Send + 'static,
§type FromBehaviour = TNewIn
type FromBehaviour = TNewIn
A type representing the message(s) a
NetworkBehaviour
can send to a ConnectionHandler
via ToSwarm::NotifyHandler
§type ToBehaviour = <TConnectionHandler as ConnectionHandler>::ToBehaviour
type ToBehaviour = <TConnectionHandler as ConnectionHandler>::ToBehaviour
A type representing message(s) a
ConnectionHandler
can send to a NetworkBehaviour
via ConnectionHandlerEvent::NotifyBehaviour
.§type InboundProtocol = <TConnectionHandler as ConnectionHandler>::InboundProtocol
type InboundProtocol = <TConnectionHandler as ConnectionHandler>::InboundProtocol
The inbound upgrade for the protocol(s) used by the handler.
§type OutboundProtocol = <TConnectionHandler as ConnectionHandler>::OutboundProtocol
type OutboundProtocol = <TConnectionHandler as ConnectionHandler>::OutboundProtocol
The outbound upgrade for the protocol(s) used by the handler.
§type InboundOpenInfo = <TConnectionHandler as ConnectionHandler>::InboundOpenInfo
type InboundOpenInfo = <TConnectionHandler as ConnectionHandler>::InboundOpenInfo
The type of additional information returned from
listen_protocol
.§type OutboundOpenInfo = <TConnectionHandler as ConnectionHandler>::OutboundOpenInfo
type OutboundOpenInfo = <TConnectionHandler as ConnectionHandler>::OutboundOpenInfo
The type of additional information passed to an
OutboundSubstreamRequest
.§fn listen_protocol(
&self,
) -> SubstreamProtocol<<MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::InboundProtocol, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::InboundOpenInfo>
fn listen_protocol( &self, ) -> SubstreamProtocol<<MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::InboundProtocol, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::InboundOpenInfo>
The
InboundUpgrade
to apply on inbound
substreams to negotiate the desired protocols. Read more§fn on_behaviour_event(&mut self, event: TNewIn)
fn on_behaviour_event(&mut self, event: TNewIn)
Informs the handler about an event from the
NetworkBehaviour
.§fn connection_keep_alive(&self) -> bool
fn connection_keep_alive(&self) -> bool
Returns whether the connection should be kept alive. Read more
§fn poll(
&mut self,
cx: &mut Context<'_>,
) -> Poll<ConnectionHandlerEvent<<MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::OutboundProtocol, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::OutboundOpenInfo, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::ToBehaviour>>
fn poll( &mut self, cx: &mut Context<'_>, ) -> Poll<ConnectionHandlerEvent<<MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::OutboundProtocol, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::OutboundOpenInfo, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::ToBehaviour>>
Should behave like
Stream::poll()
.§fn poll_close(
&mut self,
cx: &mut Context<'_>,
) -> Poll<Option<<MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::ToBehaviour>>
fn poll_close( &mut self, cx: &mut Context<'_>, ) -> Poll<Option<<MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::ToBehaviour>>
Gracefully close the
ConnectionHandler
. Read morefn on_connection_event( &mut self, event: ConnectionEvent<'_, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::InboundProtocol, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::OutboundProtocol, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::InboundOpenInfo, <MapInEvent<TConnectionHandler, TNewIn, TMap> as ConnectionHandler>::OutboundOpenInfo>, )
§fn map_in_event<TNewIn, TMap>(self, map: TMap) -> MapInEvent<Self, TNewIn, TMap>
fn map_in_event<TNewIn, TMap>(self, map: TMap) -> MapInEvent<Self, TNewIn, TMap>
Adds a closure that turns the input event into something else.
§fn map_out_event<TMap, TNewOut>(self, map: TMap) -> MapOutEvent<Self, TMap>
fn map_out_event<TMap, TNewOut>(self, map: TMap) -> MapOutEvent<Self, TMap>
Adds a closure that turns the output event into something else.
§fn select<TProto2>(
self,
other: TProto2,
) -> ConnectionHandlerSelect<Self, TProto2>where
Self: Sized,
fn select<TProto2>(
self,
other: TProto2,
) -> ConnectionHandlerSelect<Self, TProto2>where
Self: Sized,
Creates a new
ConnectionHandler
that selects either this handler or
other
by delegating methods calls appropriately.Auto Trait Implementations§
impl<TConnectionHandler, TNewIn, TMap> Freeze for MapInEvent<TConnectionHandler, TNewIn, TMap>
impl<TConnectionHandler, TNewIn, TMap> RefUnwindSafe for MapInEvent<TConnectionHandler, TNewIn, TMap>
impl<TConnectionHandler, TNewIn, TMap> Send for MapInEvent<TConnectionHandler, TNewIn, TMap>
impl<TConnectionHandler, TNewIn, TMap> Sync for MapInEvent<TConnectionHandler, TNewIn, TMap>
impl<TConnectionHandler, TNewIn, TMap> Unpin for MapInEvent<TConnectionHandler, TNewIn, TMap>
impl<TConnectionHandler, TNewIn, TMap> UnwindSafe for MapInEvent<TConnectionHandler, TNewIn, TMap>
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more