Trait fidget::eval::ShapeVars

source ·
pub trait ShapeVars {
    // Required method
    fn vars(&self) -> &HashMap<String, u32>;
}
Expand description

A Shape which contains named variables

Required Methods§

source

fn vars(&self) -> &HashMap<String, u32>

Returns the variable map for ease of binding

Implementors§