HasIdInterface

Trait HasIdInterface 

Source
pub trait HasIdInterface
where Self: Debug,
{ // Required method fn id(&self) -> Id; }
Expand description

Has id.

Required Methods§

Source

fn id(&self) -> Id

Get id.

Implementors§