mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-09 13:02:19 +08:00
Undo transition to edition 2021, prep release 0.26.3
This commit is contained in:
@@ -272,6 +272,7 @@ impl Blob<'_> {
|
||||
/// Return the current size in bytes of the BLOB.
|
||||
#[inline]
|
||||
pub fn len(&self) -> usize {
|
||||
use std::convert::TryInto;
|
||||
self.size().try_into().unwrap()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user