mito2::row_converter

Trait PrimaryKeyFilter

Source
pub trait PrimaryKeyFilter: Send + Sync {
    // Required method
    fn matches(&mut self, pk: &[u8]) -> bool;
}

Required Methods§

Source

fn matches(&mut self, pk: &[u8]) -> bool

Returns true if the primary key matches the filter.

Implementors§