[][src]Trait esl01_indexedlog::Repair

pub trait Repair<T> {
    fn repair(path: impl AsRef<Path>) -> Result<String>;
}

Repair a structure at the given path.

Required methods

fn repair(path: impl AsRef<Path>) -> Result<String>

Repair a structure at the given path.

Overload this method to repair recursively.

Loading content...

Implementors

impl<T: DefaultOpenOptions<O>, O: OpenOptionsRepair> Repair<O> for T[src]

Loading content...