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
Copy file name to clipboardexpand all lines: docs/source/migration-guides/0.11-serialization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Conversion in the other direction is not possible.
100
100
101
101
It is possible to directly generate an `impl` of `SerializeRow` and `SerializeValue` on a type which implements, respectively, `ValueList` or `Value`, without using the wrappers from the previous section. The following macros are provided:
102
102
103
-
-`impl_serialize_cql_via_value` - implements `SerializeValue` if the type wrapped over implements `Value`,
103
+
-`impl_serialize_value_via_value` - implements `SerializeValue` if the type wrapped over implements `Value`,
104
104
-`impl_serialize_row_via_value_list` - implements `SerializeRow` if the type wrapped over implements `ValueList`,
105
105
106
106
The implementations are practically as those generated by the wrappers described in the previous section.
0 commit comments