Trait gltf::json::root::Get [] [src]

pub trait Get<T> {
    fn get(&self, id: &Index<T>) -> Option<&T>;
}

Helper trait for retrieving top-level objects by a universal identifier.

Required Methods

Retrieves a single value at the given index.

Implementors