pub trait CacheOperations {
// Required method
fn is_reload_allowed(&self) -> bool;
}
Required Methods§
fn is_reload_allowed(&self) -> bool
Implementors§
impl CacheOperations for HostConfig
An /etc/hosts file parser
pub trait CacheOperations {
// Required method
fn is_reload_allowed(&self) -> bool;
}
An /etc/hosts file parser