Static encoding_rs::REPLACEMENT [] [src]

pub static REPLACEMENT: &'static Encoding = &REPLACEMENT_INIT

The replacement 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.