Skip to main content

unerase_reactant

Function unerase_reactant 

Source
pub fn unerase_reactant<T, C, R>(wrapper: &ReactantErasedWrapper<T, C, R>) -> &R
where T: Send + Sync + 'static, C: Codec<T> + CodecName + Send + Sync + 'static, R: Reactant<T, C> + Send + Sync + Clone + 'static,
Expand description

Convenience function to convert a type-erased reactant wrapper back to its concrete type