Enum byte_stream_splitter::SplitError [] [src]

pub enum SplitError {
    Io(Error),
    Internal(String),
}

Variants

Trait Implementations

impl Debug for SplitError
[src]

Formats the value using the given formatter.

impl Display for SplitError
[src]

Formats the value using the given formatter. Read more

impl Error for SplitError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for SplitError
[src]

Performs the conversion.