Home
last modified time | relevance | path

Searched defs:Rx (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dmod.rs91 pub(crate) struct Rx<C: Container> { struct
95 impl<C: Container> Rx<C> { argument
101 impl<C: Container> Deref for Rx<C> { implementation