codecs::encoding

Type Alias BuildError

source
pub type BuildError = Box<dyn Error + Send + Sync + 'static>;
Expand description

An error that occurred while building an encoder.

Aliased Typeยง

struct BuildError(/* private fields */);