Trait Request

Source
pub trait Request {
    // Required method
    fn into_params(self) -> Vec<(&'static str, String)>;
}

Required Methods§

Source

fn into_params(self) -> Vec<(&'static str, String)>

Implementors§