pub fn convert_to_dyn_reference<'a, Id, D, E, S: AutomatonState<'a, Id, D, E> + 'a>(
state: Rc<RefCell<S>>,
) -> SharedAutomatonState<'a, Id, D, E>
Expand description
Converts type signature from using concrete implementation type to dyn AutomatonState
.