pub type Extras = Option<Box<RawValue>>;
Data type of the extras attribute on all glTF objects.
extras
enum Extras { None, Some(Box<RawValue>), }
No value.
Some value of type T.
T