Type Alias FlowState

Source
pub type FlowState = Rc<RefCell<FlowStateInner>>;

Aliased Typeยง

struct FlowState { /* private fields */ }