Trait grb::attribute::ModelAttrGet[][src]

pub trait ModelAttrGet<V> {
    fn get(&self, model: &Model) -> Result<V>;
}
Expand description

A queryable Model attribute

Required methods

fn get(&self, model: &Model) -> Result<V>[src]

Expand description

Query the value for this attribute

Implementors