Type Definition handy_async::io::AsyncIoError [] [src]

type AsyncIoError<T> = AsyncError<T, Error>;

I/O specific asynchronous error type.