Static encoding_rs::X_USER_DEFINED [] [src]

pub static X_USER_DEFINED: &'static Encoding = &X_USER_DEFINED_INIT

The x-user-defined 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.