logo
pub trait HasIdInterface where
    Self: Debug
{ fn id(&self) -> Id; }
Expand description

Has id.

Required Methods

Get id.

Implementors