WithId

Trait WithId 

Source
pub trait WithId<T>
where T: Clone,
{ // Required method fn id(&self) -> T; }

Required Methods§

Source

fn id(&self) -> T

Implementors§