pub trait HasMethod {
// Required method
fn method(&self) -> String;
}
Expand description
helper trait to expose API method for each request, used by jqdata-derive crate
pub trait HasMethod {
// Required method
fn method(&self) -> String;
}
helper trait to expose API method for each request, used by jqdata-derive crate