Trait notion::AsIdentifier[][src]

pub trait AsIdentifier<ById> {
    fn id(&self) -> ById;
}
Expand description

Meant to be a helpful trait allowing anything that can be identified by the type specified in ById.

Required methods

Implementors