pub trait Reset {
    // Required method
    fn post(&mut self, body: ResetRequestBody) -> ResetPostResponse;
}

Required Methods§

Implementors§