pub trait GetLocalServices {
    // Required method
    fn get_local_services(&self) -> ServiceFlags;
}

Required Methods§

Implementors§