[][src]Trait graft::Context

pub trait Context {
    fn lookup(&self, key: &str) -> Result<String, Error>;
}

Required methods

fn lookup(&self, key: &str) -> Result<String, Error>

Loading content...

Implementors

impl Context for DirContext[src]

impl Context for StaticContext[src]

impl<T> Context for CachedContext<T> where
    T: Context
[src]

Loading content...