Type Definition fj_kernel::shape::ValidationResult
source · [−]pub type ValidationResult<T> = Result<Handle<T>, ValidationError>;Expand description
Returned by the various add_ methods of the [Shape] API
pub type ValidationResult<T> = Result<Handle<T>, ValidationError>;Returned by the various add_ methods of the [Shape] API