mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-19 06:18:56 +08:00
@@ -377,8 +377,9 @@ impl<'conn> Statement<'conn> {
|
||||
/// If the query returns more than one row, all rows except the first are
|
||||
/// ignored.
|
||||
///
|
||||
/// Returns `Err(QueryReturnedNoRows)` if no results are returned. If the query truly is optional,
|
||||
/// you can call `.optional()` on the result of this to get a `Result<Option<T>>`.
|
||||
/// Returns `Err(QueryReturnedNoRows)` if no results are returned. If the
|
||||
/// query truly is optional, you can call `.optional()` on the result of
|
||||
/// this to get a `Result<Option<T>>`.
|
||||
///
|
||||
/// # Failure
|
||||
///
|
||||
|
Reference in New Issue
Block a user