pub trait Query {
// Required method
fn uri(&self) -> Uri;
// Provided method
fn method(&self) -> Method { ... }
}
Expand description
TODO the name is misleading/obsolete, should be something with params
pub trait Query {
// Required method
fn uri(&self) -> Uri;
// Provided method
fn method(&self) -> Method { ... }
}
TODO the name is misleading/obsolete, should be something with params