Enum embedded_websocket::framer::FramerError [−][src]
pub enum FramerError<E> { Io(E), FrameTooLarge(usize), Utf8(Utf8Error), HttpHeader(Error), WebSocket(Error), }
Variants
FrameTooLarge(usize)
Utf8(Utf8Error)
HttpHeader(Error)
WebSocket(Error)
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for FramerError<E> where
E: RefUnwindSafe,
impl<E> RefUnwindSafe for FramerError<E> where
E: RefUnwindSafe,
impl<E> Send for FramerError<E> where
E: Send,
impl<E> Send for FramerError<E> where
E: Send,
impl<E> Sync for FramerError<E> where
E: Sync,
impl<E> Sync for FramerError<E> where
E: Sync,
impl<E> Unpin for FramerError<E> where
E: Unpin,
impl<E> Unpin for FramerError<E> where
E: Unpin,
impl<E> UnwindSafe for FramerError<E> where
E: UnwindSafe,
impl<E> UnwindSafe for FramerError<E> where
E: UnwindSafe,