[][src]Trait iredismodule::FromPtr

pub trait FromPtr {
    type PtrType;
    fn from_ptr(ptr: *mut Self::PtrType) -> Self;
}

Generate a wrapper struct from raw ptr

Associated Types

type PtrType

Loading content...

Required methods

fn from_ptr(ptr: *mut Self::PtrType) -> Self

Loading content...

Implementors

Loading content...