Skip to main content

NodeObject

Type Alias NodeObject 

Source
pub type NodeObject<TState> = dyn DynNode<TState> + Send + Sync;
Expand description

Type alias for trait objects

This alias simplifies working with dynamic node collections in workflows. Use this when you need to store different node types in the same collection.