Enum async_proto::ReadError
source · [−]pub enum ReadError {
}Variants
BufSize(TryFromIntError)
Received a buffer with more than usize::MAX elements
Custom(String)
An error variant you can use when manually implementing Protocol
EndOfStream
The end of the stream was encountered before a complete value was read.
Note that this error condition may also be represented as a ReadError::Io with kind UnexpectedEof.
FloatNotFinite
This is supported on crate feature
serde_json only.Io(Arc<Error>)
ReadNever
Attempted to read an empty type
Tungstenite(Arc<Error>)
This is supported on crate feature
tokio-tungstenite only.UnknownVariant8(u8)
UnknownVariant16(u16)
UnknownVariant32(u32)
UnknownVariant64(u64)
Utf8(FromUtf8Error)
Warp(Arc<Error>)
This is supported on crate feature
warp only.Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ReadError
impl !UnwindSafe for ReadError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more