[][src]Type Definition runng::asyncio::aio::AioArg

type AioArg<T> = Pin<Box<T>>;

Type that is safe to pass as an argument to AioCallback.