PakSearchable

Trait PakSearchable 

Source
pub trait PakSearchable {
    // Required method
    fn get_indices(&self, indices: &mut Indices);
}

Required Methods§

Source

fn get_indices(&self, indices: &mut Indices)

Implementors§