pub fn erase_reactant<T, C, R>(
reactant: Box<R>,
) -> Arc<dyn ReactantErased + Send + Sync + 'static>Expand description
Convenience function to create a type-erased reactant from a correctly typed reactant
pub fn erase_reactant<T, C, R>(
reactant: Box<R>,
) -> Arc<dyn ReactantErased + Send + Sync + 'static>Convenience function to create a type-erased reactant from a correctly typed reactant