[][src]Type Definition rant::ValueKeyResult

type ValueKeyResult = Result<RantValue, KeyError>;

The result type used by Rant value key read operations.