[][src]Trait rio::AsIoVec

pub trait AsIoVec {
    fn into_new_iovec(&self) -> iovec;
}

Encompasses various types of IO structures that can be operated on as if they were a libc::iovec

Required methods

fn into_new_iovec(&self) -> iovec

Returns the address of this object.

Loading content...

Implementors

impl<A: ?Sized + AsRef<[u8]>> AsIoVec for A[src]

Loading content...