mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 05:14:23 +01:00
must_use IOResult
This commit is contained in:
@@ -2323,6 +2323,7 @@ impl Cursor {
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[must_use]
|
||||
pub enum IOResult<T> {
|
||||
Done(T),
|
||||
IO,
|
||||
|
||||
Reference in New Issue
Block a user