Home
last modified time | relevance | path

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

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