Type Alias tantivy::fastfield::Result

source ·
pub type Result<R> = Result<R, FastFieldNotAvailableError>;
Expand description

Result when trying to access a fast field reader.

Aliased Type§

enum Result<R> {
    Ok(R),
    Err(FastFieldNotAvailableError),
}

Variants§

§1.0.0

Ok(R)

Contains the success value

§1.0.0

Err(FastFieldNotAvailableError)

Contains the error value