pub trait InternalConfiguration {
    fn enable_logging(&self) -> bool { ... }
    fn use_inmemory_fs(&self) -> bool { ... }
}

Provided Methods§

Implementors§