We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32411d3 commit 7933112Copy full SHA for 7933112
scylla/src/macros.rs
@@ -1,18 +1,21 @@
1
/// #[derive(FromRow)] derives FromRow for struct
2
+///
3
/// Works only on simple structs without generics etc
4
///
5
/// ---
6
7
pub use scylla_cql::macros::FromRow;
8
9
/// #[derive(FromUserType)] allows to parse struct as a User Defined Type
10
11
12
13
14
15
pub use scylla_cql::macros::FromUserType;
16
17
/// #[derive(IntoUserType)] allows to pass struct a User Defined Type Value in queries
18
19
20
21
0 commit comments