[][src]Trait termtpl::ast::Context

pub trait Context {
    fn get(&self, s: &str) -> Result<String, String>;
}

Required methods

fn get(&self, s: &str) -> Result<String, String>

Loading content...

Implementors

Loading content...