Enum yamux::HeaderDecodeError [−][src]
Possible errors while decoding a message frame header.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Version(u8)
Unknown version.
Type(u8)
An unknown frame type.
Trait Implementations
impl Error for HeaderDecodeError
[src]
impl Error for HeaderDecodeError
[src]impl From<HeaderDecodeError> for FrameDecodeError
[src]
impl From<HeaderDecodeError> for FrameDecodeError
[src]