Skip to main content

ProtocolLocalServerHandler

Trait ProtocolLocalServerHandler 

Source
pub trait ProtocolLocalServerHandler<___T = Channel>
where ___T: Transport,
{ }
Expand description

A server handler for the Protocol protocol.

See Protocol for more details.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<___H, ___T> ProtocolLocalServerHandler<___T> for Local<___H>
where ___H: ProtocolServerHandler<___T>, ___T: Transport,

Implementors§