Trait SendGuard

Source
pub trait SendGuard<M: CmdTunnelMeta, S: CmdSend<M>>:
    Send
    + 'static
    + Deref<Target = S> { }

Implementors§