pub trait UpdateRequestHandler<C> {
    fn handle_update_request(&mut self, cpp: &mut C);
}

Required Methods

Implementors