Trait HeaderValueExt

Source
pub trait HeaderValueExt {
    // Required method
    fn to_string(&self) -> String;
}

Required Methods§

Source

fn to_string(&self) -> String

Implementations on Foreign Types§

Source§

impl HeaderValueExt for HeaderValue

Implementors§