Type Alias codecs::encoding::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 */);