pub trait MmapAsRawDesc {
    fn as_raw_desc(&self) -> MmapRawDescriptor;
}

Required Methods§

Implementations on Foreign Types§

Implementors§