Skip to main content

WithIdent

Trait WithIdent 

Source
pub trait WithIdent {
    // Required method
    fn ident(&self) -> &PropertyIdent;
}
Expand description

Helper trait that adds name information to the implementing object.

Required Methods§

Source

fn ident(&self) -> &PropertyIdent

Returns the name of the object.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§