pub trait GetServiceRef {
    fn service(&self) -> &Service;
}

Required Methods§

Implementors§