[][src]Type Definition marked::SharedEncodingHint

type SharedEncodingHint = Rc<RefCell<EncodingHint>>;

An EncodingHint that can be shared between Decoder and Sink, by reference on the same thread, and internally mutated. The type is neither Send nor Sync.