[][src]Type Definition rant::ValueIndexResult

type ValueIndexResult = Result<RantValue, IndexError>;

The result type used by Rant value index read operations.