use result;
use crateFieldEntry;
/// `FastFieldNotAvailableError` is returned when the
/// user requested for a fast field reader, and the field was not
/// defined in the schema as a fast field.
/// Result when trying to access a fast field reader.
pub type Result<R> = Result;