Trait gltf_json::validation::Validate [−][src]
pub trait Validate {
fn validate<P, R>(&self, _root: &Root, _path: P, _report: &mut R)
where
P: Fn() -> Path,
R: FnMut(&dyn Fn() -> Path, Error),
{ ... }
}
Expand description
Trait for validating glTF JSON data so that the library can function without panicking.