Searched defs:SendError (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/tokio/src/sync/mpsc/ |
D | error.rs | 8 pub struct SendError<T>(pub T); struct 10 impl<T> fmt::Display for SendError<T> { implementation 16 impl<T: fmt::Debug> std::error::Error for SendError<T> {} implementation
|
D | bounded.rs | 626 pub async fn reserve(&self) -> Result<Permit<'_, T>, SendError<()>> { in reserve() argument
|
/external/rust/crates/crossbeam-channel/src/ |
D | err.rs | 12 pub struct SendError<T>(pub T); struct 118 impl<T> fmt::Debug for SendError<T> { implementation 124 impl<T> fmt::Display for SendError<T> { implementation 130 impl<T: Send> error::Error for SendError<T> {} implementation 132 impl<T> SendError<T> { impl
|
/external/rust/crates/futures-channel/src/mpsc/ |
D | mod.rs | 158 pub struct SendError { struct 159 kind: SendErrorKind, argument 180 impl fmt::Display for SendError { implementation 190 impl std::error::Error for SendError {} implementation 192 impl SendError { implementation 247 pub fn into_send_error(self) -> SendError { in into_send_error() 428 fn poll_ready_nb(&self) -> Poll<Result<(), SendError>> { in poll_ready_nb() argument 650 ) -> Poll<Result<(), SendError>> { in poll_ready() argument 741 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() argument 761 ) -> Poll<Result<(), SendError>> { in poll_ready() argument [all …]
|
/external/rust/crates/tokio/src/sync/ |
D | watch.rs | 126 pub struct SendError<T> { struct 127 pub(crate) inner: T, 132 impl<T: fmt::Debug> fmt::Display for SendError<T> { implementation 138 impl<T: fmt::Debug> std::error::Error for SendError<T> {} implementation
|
D | broadcast.rs | 219 pub struct SendError<T>(pub T); struct 221 impl<T> fmt::Display for SendError<T> { implementation 227 impl<T: fmt::Debug> std::error::Error for SendError<T> {} implementation
|
/external/skqp/tools/skiaserve/ |
D | Response.cpp | 55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() function
|
/external/skia/tools/skiaserve/ |
D | Response.cpp | 55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() function
|
/external/adhd/cras/src/tests/ |
D | dbus_test.cc | 111 DBusMatch& DBusMatch::SendError(std::string error_name, in SendError() function in DBusMatch
|