Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
H A Dmod.rs54 pub(crate) struct Tx<C: Container> { struct
58 impl<C: Container> Clone for Tx<C> { implementation
67 impl<C: Container> Tx<C> { impl
83 impl<C: Container> Deref for Tx<C> { implementation