I try to use values, which I get from a query, as binds for next query/statment. As the subjected trait bound is not in place I alway need to convert to rust native type and than back to sql. Is there a workaround or will there be a trait implementation (best as nocopy :-) )?
Hi Kubo,
I try to use values, which I get from a query, as binds for next query/statment. As the subjected trait bound is not in place I alway need to convert to rust native type and than back to sql. Is there a workaround or will there be a trait implementation (best as nocopy :-) )?
Thanks & Regards Jens