Type Definition rant::ValueKeyResult

source · []
pub type ValueKeyResult = Result<RantValue, KeyError>;
Expand description

The result type used by Rant value key read operations.