Identifier

Trait Identifier 

Source
pub trait Identifier {
    // Required method
    fn id(&self) -> String;
}
Expand description

标识特征

Required Methods§

Source

fn id(&self) -> String

获取ID

Implementors§