Trait grb::attribute::ModelAttrSet[][src]

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

A modifiable Model attribute

Required methods

Set a new value for this attribute

Implementors