Struct solana_jsonrpc_tcp_server::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> Error for SendError<T, E> where
E: Any,
T: Any, [src]
impl<T, E> Error for SendError<T, E> where
E: Any,
T: Any, fn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl<T, E> Display for SendError<T, E>[src]
impl<T, E> Display for SendError<T, E>