pub type IovecArray<'a> = GuestPtr<'a, [Iovec<'a>]>;

Aliased Type§

struct IovecArray<'a> { /* private fields */ }