Type Definition conserve::EntryCallback

source ·
pub type EntryCallback<'cb> = Box<dyn Fn(&IndexEntry) + 'cb>;
Expand description

A callback when an entry is visited.