pub trait ConnectionMethods {
// Required methods
fn get(&self) -> ConnectionMethodsGetResponse;
fn post(&mut self, body: ConnectionMethod) -> ConnectionMethodsPostResponse;
}
pub trait ConnectionMethods {
// Required methods
fn get(&self) -> ConnectionMethodsGetResponse;
fn post(&mut self, body: ConnectionMethod) -> ConnectionMethodsPostResponse;
}