[][src]Trait fm_index::converter::Converter

pub trait Converter<T> {
    fn convert(&self, c: T) -> T;
fn convert_inv(&self, c: T) -> T;
fn len(&self) -> u64; }

Required methods

fn convert(&self, c: T) -> T

fn convert_inv(&self, c: T) -> T

fn len(&self) -> u64

Loading content...

Implementors

impl<T> Converter<T> for IdConverter[src]

impl<T> Converter<T> for RangeConverter<T> where
    T: Character, 
[src]

Loading content...