Static encoding_rs::ISO_2022_JP [] [src]

pub static ISO_2022_JP: &'static Encoding = &ISO_2022_JP_INIT

The ISO-2022-JP encoding.

This will change from static to const if Rust changes to make the referent of pub const FOO: &'static Encoding unique cross-crate, so don't take the address of this static.