We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8480199 + 09f12b5 commit 90bac23Copy full SHA for 90bac23
src/row.rs
@@ -67,7 +67,7 @@ impl Row {
67
/// Gets column values as specified type.
68
///
69
/// Type inference for the return type doesn't work. You need to specify
70
- /// it explicitly such as `row.get_as::<(i32, String>()`.
+ /// it explicitly such as `row.get_as::<(i32, String)>()`.
71
/// See [`RowValue`] for available return types.
72
73
/// ```no_run
0 commit comments