Trait dtl::Context [] [src]

pub trait Context {
    fn get(&self, field: &str) -> Option<&Value>;
fn set(&mut self, field: &str, value: Box<Value>); }

Required Methods

Implementors