gltf-importer-0.10.1 doesn't have any documentation.
The reference loader implementation for the gltf crate.
Examples
Importing some glTF 2.0
use import;
#
let path = "path/to/asset.gltf";
# let path = "../examples/Box.gltf";
match import