Trait lambda_mountain::Label

source ·
pub trait Label {
    // Required method
    fn label_id(&self) -> String;
}

Required Methods§

source

fn label_id(&self) -> String

Implementors§