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

Required Methods§

Implementors§