pub trait Alphabet { // Required method fn contains(&self, value: u8) -> bool; }
Alphabet used for percent encoding.
Whether if this alphabet contains the given value.