[][src]Struct libp2p_core::protocols_handler::NodeHandlerWrapperBuilder

pub struct NodeHandlerWrapperBuilder<TIntoProtoHandler> { /* fields omitted */ }

Prototype for a NodeHandlerWrapper.

Methods

impl<TIntoProtoHandler> NodeHandlerWrapperBuilder<TIntoProtoHandler> where
    TIntoProtoHandler: IntoProtocolsHandler
[src]

pub fn build(self) -> NodeHandlerWrapper<TIntoProtoHandler> where
    TIntoProtoHandler: ProtocolsHandler
[src]

Deprecated:

Pass the NodeHandlerWrapperBuilder directly

Builds the NodeHandlerWrapper.

Trait Implementations

impl<TIntoProtoHandler, TProtoHandler> IntoNodeHandler<(PeerId, ConnectedPoint)> for NodeHandlerWrapperBuilder<TIntoProtoHandler> where
    TIntoProtoHandler: IntoProtocolsHandler<Handler = TProtoHandler>,
    TProtoHandler: ProtocolsHandler,
    <TProtoHandler::OutboundProtocol as OutboundUpgrade<<TProtoHandler as ProtocolsHandler>::Substream>>::Error: Debug
[src]

type Handler = NodeHandlerWrapper<TIntoProtoHandler::Handler>

The node handler.

Auto Trait Implementations

impl<TIntoProtoHandler> Send for NodeHandlerWrapperBuilder<TIntoProtoHandler> where
    TIntoProtoHandler: Send

impl<TIntoProtoHandler> Sync for NodeHandlerWrapperBuilder<TIntoProtoHandler> where
    TIntoProtoHandler: Sync

Blanket Implementations

impl<T, TConnInfo> IntoNodeHandler<TConnInfo> for T where
    T: NodeHandler
[src]

type Handler = T

The node handler.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Erased for T