encoding::types

Type Alias EncodingRef

Source
pub type EncodingRef = &'static (dyn Encoding + Send + Sync);
Expand description

A trait object using dynamic dispatch which is a sendable reference to the encoding, for code where the encoding is not known at compile-time.