[][src]Type Definition semval::ValidatedResult

type ValidatedResult<V> = CoreResult<V, (V, Context<<V as Validate>::Invalidity>)>;

Result of a value-to-value conversion with post-validation of the output value