Searched defs:UTF8Encoding (Results 1 – 1 of 1) sorted by relevance
15 pub struct UTF8Encoding; struct16 pub const UTF_8: &'static UTF8Encoding = &UTF8Encoding; variable18 impl Encoding for UTF8Encoding {} implementation