Type Definition sstable::filter::BoxedFilterPolicy

source ·
pub type BoxedFilterPolicy = Arc<Box<dyn FilterPolicy>>;
Expand description

A boxed and refcounted filter policy (reference-counted because a Box with unsized content couldn’t be cloned otherwise)