pub trait GetServiceMut {
    fn service_mut(&mut self) -> &mut Service;
}

Required Methods§

Implementors§