Trait modio::QueryParams[][src]

pub trait QueryParams {
    fn to_query_params(&self) -> String;
}

Required Methods

Implementors