Trait Outgoing

Source
pub trait Outgoing { }
Expand description

Indicate that a protocol will send a message.

Implementors§

Source§

impl<P: Outgoing, Q: Outgoing> Outgoing for Choose<P, Q>

Source§

impl<T, P> Outgoing for Send<T, P>