Skip to main content

DynState

Type Alias DynState 

Source
pub type DynState = Arc<dyn State>;
Expand description

Shared trait-object form used by planners and executors.

Aliased Typeยง

pub struct DynState { /* private fields */ }