PairSpec

Trait PairSpec 

Source
pub trait PairSpec:
    Send
    + SendSpec
    + RecvSpec { }

Implementors§

Source§

impl<T> PairSpec for T
where T: Send + SendSpec + RecvSpec,