Type Definition rant::ValueResult[][src]

type ValueResult<T> = Result<T, ValueError>;

The result type used by Rant value operators and conversion.