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.
1 parent 4de9669 commit 12a0436Copy full SHA for 12a0436
scylla/src/macros.rs
@@ -1,6 +1,8 @@
1
-/// #[derive(FromRow)] derives FromRow for struct
+/// Derive macro for the [`FromRow`](crate::frame::response::cql_to_rust::FromRow) trait
2
+/// which deserializes a row to given Rust structure.
3
///
-/// Works only on simple structs without generics etc
4
+/// It is supported for structs with either named or unnamed fields.
5
+/// It works only for simple structs without generics etc.
6
7
/// ---
8
0 commit comments