You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(serialize): add SerializeRow impl for Box<T: SerializeRow>
Added an implementation of the `SerializeRow` trait for `Box<T:
SerializeRow>`. This
allows boxed types to be serialized using the existing serialization
framework. Included a unit test to verify the serialization of a boxed
tuple.
Signed-off-by: Daniel Boll <[email protected]>
0 commit comments