Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Derror.rs45 pub enum TrySendError<T> { enum
52 impl<T> Display for TrySendError<T> { implementation
61 impl<T: Debug> Error for TrySendError<T> {} implementation