Trait gltf::Find [] [src]

pub trait Find<T> {
    fn find(&self, id: &str) -> Option<&T>;
}

Required Methods

Implementors