Skip to main content

HTTPQuery

Trait HTTPQuery 

Source
pub trait HTTPQuery {
    // Required method
    fn to_string(&self) -> String;
}
Expand description

Trait for HTTP API queries

Required Methods§

Source

fn to_string(&self) -> String

Implementors§