Skip to main content

NodeObject

Type Alias NodeObject 

Source
pub type NodeObject<TState, TResourceKey = Cow<'static, str>> = Arc<DynNode<TState, TResourceKey>>;
Expand description

Type alias for an Arc-wrapped dynamic node trait object.

This alias simplifies working with dynamic node collections in workflows.

Aliased Typeยง

pub struct NodeObject<TState, TResourceKey = Cow<'static, str>> { /* private fields */ }