Skip to content

Commit

Permalink
use crate::io::Result
Browse files Browse the repository at this point in the history
  • Loading branch information
DanikVitek committed Jan 29, 2025
1 parent a34c3e5 commit b7f7fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion borsh/src/async_io.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use core::future::Future;
use std::io::Result;

use crate::io::Result;

pub trait AsyncRead: Unpin + Send {
fn read<'a>(&'a mut self, buf: &'a mut [u8])
Expand Down

0 comments on commit b7f7fec

Please sign in to comment.