pub type SerializeFn = fn(&(dyn ErasedComponent + 'static)) -> Vec<u8>;Expand description
Monomorphized T::serialize captured at derive-codegen time.
pub type SerializeFn = fn(&(dyn ErasedComponent + 'static)) -> Vec<u8>;Monomorphized T::serialize captured at derive-codegen time.