[][src]Type Definition tantivy_fst::Result

type Result<T> = Result<T, Error>;

A Result type alias for this crate's Error type.