Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Derror.rs21 pub struct SendError<T>(pub T); struct
23 impl<T> Display for SendError<T> { implementation
29 impl<T: Debug> Error for SendError<T> {} implementation