pub trait IdenStatic: Iden + Copy + 'static {
    // Required method
    fn as_str(&self) -> &'static str;
}
Expand description

Identifier

Required Methods§

fn as_str(&self) -> &'static str

Implementors§