pub trait AsVoidPtr {
    fn as_void_ptr(&self) -> *const c_void;
}

Required Methods

Implementations on Foreign Types

Implementors