ConnectionCommandSender

Type Alias ConnectionCommandSender 

Source
pub type ConnectionCommandSender = UnboundedSender<ConnectionCommand>;
Expand description

Used by the connection controller to report current state for client connections.

Aliased Typeยง

pub struct ConnectionCommandSender(/* private fields */);