Trait FlushError

Source
pub trait FlushError: Fn(String) { }
Expand description

An error was encountered when flushing data to disk.

Implementors§

Source§

impl<F: Fn(String)> FlushError for F