Type Definition agde_io::ReadFuture

source ·
pub type ReadFuture = BoxFut<Result<Option<Vec<u8>>, ()>>;