Missing SerializeRow
impl for Box<dyn SerializeRow>
#1043
Labels
good first issue
Good for newcomers
SerializeRow
impl for Box<dyn SerializeRow>
#1043
A user reported the following use case:
Implementing
SerializeRow
forBox<dyn SerializeRow>
would allow passingVec<Box<dyn SerializeRow>>
asBatchValues
.The text was updated successfully, but these errors were encountered: