Trait incrust::context::Value [] [src]

pub trait Value: Send + Sync {
    fn v_render(&self) -> String;

    fn v_attr(&self, id: EntityId) -> Option<&Var> { ... }
}

Required Methods

fn v_render(&self) -> String

Provided Methods

fn v_attr(&self, id: EntityId) -> Option<&Var>

Implementors