encoding::types::EncodingRef
[−]
[src]
type EncodingRef = &'static 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.