Searched defs:MsgOnSocket (Results 1 – 2 of 2) sorted by relevance
86 pub trait MsgOnSocket: Sized { interface174 impl MsgOnSocket for () { impl194 impl MsgOnSocket for $type { impl291 impl MsgOnSocket for $type { impl327 impl<T: MsgOnSocket + Clone> MsgOnSocket for [T; $N] { impl
19 pub fn pair<Request: MsgOnSocket, Response: MsgOnSocket>( in pair()