pub trait Query {
    fn uri(&self) -> Uri;

    fn method(&self) -> Method { ... }
}
Expand description

TODO the name is misleading/obsolete, should be something with params

Required Methods

Provided Methods

Implementors