Struct fst::Set [] [src]

pub struct Set(_);

Methods

impl Set
[src]

fn from_file_path<P: AsRef<Path>>(path: P) -> Result<Self>

fn from_bytes(bytes: Vec<u8>) -> Result<Self>

fn contains<B: AsRef<[u8]>>(&self, key: B) -> bool

fn stream(&self) -> SetStream

fn range(&self) -> SetStreamBuilder