Trait xwt_core::session::stream::PairSpec

source ·
pub trait PairSpec: Send + SendSpec + RecvSpec { }

Implementors§

source§

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