Trait codecs::encoding::framing::FramingError

source ·
pub trait FramingError: Error + Send + Sync { }
Expand description

An error that occurred while framing bytes.

Implementations on Foreign Types§

source§

impl FramingError for Error

source§

impl FramingError for LinesCodecError

Implementors§