pub type ValidationResult<T> = Result<Handle<T>, ValidationError>;
Expand description

Returned by the various add_ methods of the [Shape] API