Struct tokio::prelude::stream::SendError [−][src]
pub struct SendError<T, E>(_);
Deprecated since 0.1.4
: use sync::mpsc::channel instead
Error type for sending, used when the receiving end of the channel is dropped
Trait Implementations
impl<T, E> Debug for SendError<T, E>
[src]
impl<T, E> Debug for SendError<T, E>
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl<T, E> Display for SendError<T, E>
[src]
impl<T, E> Display for SendError<T, E>
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl<T, E> Error for SendError<T, E> where
E: Any,
T: Any,
[src]
impl<T, E> Error for SendError<T, E> where
E: Any,
T: Any,