Skip to main content

Request

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)>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§