We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb14ca8 + bde71be commit 8a7bf30Copy full SHA for 8a7bf30
scylla-cql/src/lib.rs
@@ -14,6 +14,9 @@ pub mod macros {
14
pub use bytes::{BufMut, Bytes, BytesMut};
15
16
pub use crate::impl_from_cql_value_from_method;
17
+
18
+ pub use crate::impl_serialize_row_via_value_list;
19
+ pub use crate::impl_serialize_value_via_value;
20
}
21
22
pub mod types;
scylla/src/macros.rs
@@ -470,5 +470,8 @@ pub use scylla_cql::macros::ValueList;
470
471
pub use scylla_cql::macros::impl_from_cql_value_from_method;
472
473
+pub use scylla_cql::macros::impl_serialize_row_via_value_list;
474
+pub use scylla_cql::macros::impl_serialize_value_via_value;
475
476
// Reexports for derive(IntoUserType)
477
0 commit comments