Lines Matching defs:SendError
152 pub struct SendError { struct
153 kind: SendErrorKind, argument
174 impl fmt::Display for SendError { implementation
184 impl std::error::Error for SendError {} implementation
186 impl SendError { impl
239 pub fn into_send_error(self) -> SendError { in into_send_error()
406 fn poll_ready_nb(&self) -> Poll<Result<(), SendError>> { in poll_ready_nb() argument
616 fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() argument
700 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() argument
716 pub fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() argument
768 pub fn poll_ready(&self, _: &mut Context<'_>) -> Poll<Result<(), SendError>> { in poll_ready() argument
806 pub fn start_send(&mut self, msg: T) -> Result<(), SendError> { in start_send() argument