pub type AioArg<T> = Pin<Box<T>>;Expand description
Type that is safe to pass as an argument to AioCallback.
Aliased Typeยง
pub struct AioArg<T> { /* private fields */ }pub type AioArg<T> = Pin<Box<T>>;Type that is safe to pass as an argument to AioCallback.
pub struct AioArg<T> { /* private fields */ }