pub trait EtcProtocolsIface {
    fn get_protocols_file(&self) -> Option<String>;
}

Required Methods§

Implementors§