pub trait Entity<K: Identifiable> {
    fn id(&self) -> K;
}

Required Methods§

Implementors§