Trait withkey::WithKey

source ·
pub trait WithKey<T> {
    // Required method
    fn key(&self) -> T;
}

Required Methods§

source

fn key(&self) -> T

Implementors§