pub trait Id<T> {
    // Required method
    fn id(&self) -> &str;
}

Required Methods§

source

fn id(&self) -> &str

Implementors§