[][src]Trait icbiadb::prelude::BytesFilter

pub trait BytesFilter {
    fn filter<F>(&self, cb: F) -> Vec<Record>
    where
        F: Fn(&Record) -> bool
; }

Required methods

fn filter<F>(&self, cb: F) -> Vec<Record> where
    F: Fn(&Record) -> bool

Loading content...

Implementors

impl BytesFilter for Db[src]

Loading content...