Trait rusty_systems::DisplaySystem

source ·
pub trait DisplaySystem {
    // Required method
    fn format(&self, names: &HashMap<Token, String>) -> Result<String>;
}

Required Methods§

source

fn format(&self, names: &HashMap<Token, String>) -> Result<String>

Implementors§