Type Definition tantivy::Result[][src]

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

Tantivy result.

Within tantivy, please avoid importing Result using use crate::Result and instead, refer to this as crate::Result<T>.