Type Definition rant::ValueIndexResult[][src]

type ValueIndexResult = Result<RantValue, IndexError>;

The result type used by Rant value index read operations.