pub trait FromPointer<'a>: Sized {
    fn from_pointer(pointer: Pointer<'a>) -> Option<Self>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§