pict-rs/src/read.rs

2 lines
81 B
Rust

pub(crate) type BoxRead<'a> = std::pin::Pin<Box<dyn tokio::io::AsyncRead + 'a>>;