Trait dae_parser::HasId[][src]

pub trait HasId {
    fn id(&self) -> Option<&str>;
}
Expand description

A generic ID getter function.

Required methods

Get the ID of the node.

Implementors