mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-01-31 21:52:23 +00:00
1 line
81 B
Rust
1 line
81 B
Rust
pub(crate) type BoxRead<'a> = std::pin::Pin<Box<dyn tokio::io::AsyncRead + 'a>>;
|