Static encoding_rs::UTF_16BE
[−]
[src]
pub static UTF_16BE: &'static Encoding=&UTF_16BE_INIT
The UTF-16BE 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.