Trait wyrm::DataInput[][src]

pub trait DataInput<T> {
    fn set_value(&self, _: T);
}

Trait describing nodes that can accept new values once the graph has been defined.

Required Methods

Set the value of this node.

Implementors