Type Definition attohttpc::charsets::Charset

source ·
pub type Charset = &'static Encoding;
Expand description

This type is an alias to the encoding_rs::Encoding type, used to normalize the name across the crate.