Type Alias depends::NodeRef

source ·
pub type NodeRef<'a, T> = Ref<'a, NodeState<T>>;
Expand description

Short-hand for the output read-reference of a node.

Aliased Type§

struct NodeRef<'a, T> { /* private fields */ }