agde_io

Type Alias ReadFuture

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

Aliased Typeยง

struct ReadFuture {}