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

Defines a generic identification type for the implementor.

Required Methods§

Implementors§