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 6b33766 commit b386862Copy full SHA for b386862
sqlx-core/src/row.rs
@@ -64,6 +64,7 @@ pub trait Row: Unpin + Send + Sync + 'static {
64
/// See [`try_get`](Self::try_get) for a non-panicking version.
65
///
66
#[inline]
67
+ #[track_caller]
68
fn get<'r, T, I>(&'r self, index: I) -> T
69
where
70
I: ColumnIndex<Self>,
0 commit comments