[][src]Trait fm_index::converter::IndexWithConverter

pub trait IndexWithConverter<T> {
    type C: Converter<T>;
    fn get_converter(&self) -> &Self::C;
}

Associated Types

type C: Converter<T>

Loading content...

Required methods

fn get_converter(&self) -> &Self::C

Loading content...

Implementors

impl<T, C, S> IndexWithConverter<T> for FMIndex<T, C, S> where
    C: Converter<T>, 
[src]

type C = C

impl<T, C, S> IndexWithConverter<T> for RLFMIndex<T, C, S> where
    C: Converter<T>, 
[src]

type C = C

Loading content...