Struct fst::Set
[−]
[src]
pub struct Set(_);
pub struct Set(_);
impl Set[src]fn from_file_path<P: AsRef<Path>>(path: P) -> Result<Self>fn from_bytes(bytes: Vec<u8>) -> Result<Self>fn stream(&self) -> SetStreamfn range(&self) -> SetStreamBuilderfn contains<B: AsRef<[u8]>>(&self, key: B) -> boolfn search<A: Automaton>(&self, aut: A) -> SetStreamBuilder<A>fn len(&self) -> usizefn is_empty(&self) -> boolfn as_fst(&self) -> &Fstimpl<'s, 'a> IntoStream<'a> for &'s Set[src]