pub trait SetNServices {
    // Required method
    fn set_n_services(&mut self, x: ServiceFlags);
}

Required Methods§

Implementors§