Trait btlib::FlushMeta

source ·
pub trait FlushMeta {
    // Required method
    fn flush_meta(&mut self) -> Result<()>;
}

Required Methods§

source

fn flush_meta(&mut self) -> Result<()>

Flushes metadata to persistent storage.

Implementations on Foreign Types§

source§

impl<T: FlushMeta + ?Sized> FlushMeta for &mut T

source§

fn flush_meta(&mut self) -> Result<()>

Implementors§