Type Definition rant::ValueKeyResult[][src]

type ValueKeyResult = Result<RantValue, KeyError>;

The result type used by Rant value key read operations.