[][src]Type Definition runng::asyncio::stream::IoVec

type IoVec = Vec<Vec<u8>>;

List of scather/gather bytes for vectored I/O. Will be replaced with std iovec once that stabilizes: https://github.com/jeikabu/runng/issues/47