[−][src]Type Definition encoding::types::EncodingRef
type EncodingRef = &'static (dyn Encoding + Send + Sync);
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.