pub trait Methods: Params {
// Required method
fn endpoint(&self) -> String;
// Provided method
fn files(&self) -> HashMap<String, InputFile> { ... }
}
Expand description
available methods interface
pub trait Methods: Params {
// Required method
fn endpoint(&self) -> String;
// Provided method
fn files(&self) -> HashMap<String, InputFile> { ... }
}
available methods interface