[][src]Trait esl01_indexedlog::DefaultOpenOptions

pub trait DefaultOpenOptions<T> {
    fn default_open_options() -> T;
}

A structure with a static [OpenOptions].

Structures implementing this trait with T being log::OpenOptions or rotate::OpenOptions gets Repair implemented automatically.

Required methods

Loading content...

Implementors

Loading content...