Struct gltf_json::extras::Void []

pub struct Void { /* fields omitted */ }

Type representing no user-defined data.

Trait Implementations

impl Clone for Void

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Void

Returns the "default value" for a type. Read more

impl Validate for Void

Validates only the invariants required for the library to function safely.

Validates the data against the glTF 2.0 specification.

impl Debug for Void

Formats the value using the given formatter.

impl Display for Void

Formats the value using the given formatter. Read more