pub type SharedAutomatonState<'a, Id, D, E> = Rc<RefCell<dyn AutomatonState<'a, Id, D, E> + 'a>>;Aliased Typeยง
pub struct SharedAutomatonState<'a, Id, D, E> { /* private fields */ }pub type SharedAutomatonState<'a, Id, D, E> = Rc<RefCell<dyn AutomatonState<'a, Id, D, E> + 'a>>;pub struct SharedAutomatonState<'a, Id, D, E> { /* private fields */ }