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 f649822 commit dcd1790Copy full SHA for dcd1790
scylla/src/lib.rs
@@ -63,8 +63,7 @@
63
//! # Ok(())
64
//! # }
65
//! ```
66
-//! But the driver will accept anything implementing the trait [SerializeRow]
67
-//! (crate::serialize::row::SerializeRow)
+//! But the driver will accept anything implementing the trait [SerializeRow].
68
//!
69
//! ### Receiving results
70
//! The easiest way to read rows returned by a query is to cast each row to a tuple of values:
0 commit comments