must_use IOResult

This commit is contained in:
pedrocarlo
2025-07-28 12:14:53 -03:00
parent 016c84ed7d
commit 0088e3e1a9

View File

@@ -2323,6 +2323,7 @@ impl Cursor {
}
#[derive(Debug)]
#[must_use]
pub enum IOResult<T> {
Done(T),
IO,