Trait lambda_mountain::Text

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

Required Methods§

source

fn text(&self) -> String

Implementors§