IntoHeader

Trait IntoHeader 

Source
pub trait IntoHeader {
    // Required method
    fn into_header(self) -> Header;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoHeader for (&str, &str)

Source§

impl IntoHeader for (&str, &String)

Implementors§