pub trait EtcServicesIface {
    fn get_services_file(&self) -> Option<String>;
}

Required Methods§

Implementors§