Struct calc_graph::Graph[][src]

pub struct Graph { /* fields omitted */ }

Returns new Node<Source> objects, which act as inputs to the rest of the graph.

Methods

impl Graph
[src]

Returns a new Graph.

Defines a new Node<Source> containing an initial value.

Trait Implementations

impl Clone for Graph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Graph

impl Sync for Graph