Skip to main content

IntoParams

Trait IntoParams 

Source
pub trait IntoParams: Debug {
    // Required method
    fn into_params(self) -> Params;
}
Expand description

Trait for types that can be converted to Params

Required Methods§

Implementors§