pub trait WithIdent {
// Required method
fn ident(&self) -> &PropertyIdent;
}Expand description
Helper trait that adds name information to the implementing object.
Required Methods§
Sourcefn ident(&self) -> &PropertyIdent
fn ident(&self) -> &PropertyIdent
Returns the name of the object.