http1::uri::url_encoding

Trait Alphabet

source
pub trait Alphabet {
    // Required method
    fn contains(&self, value: u8) -> bool;
}
Expand description

Alphabet used for percent encoding.

Required Methods§

source

fn contains(&self, value: u8) -> bool

Whether if this alphabet contains the given value.

Implementors§