Trait pr47::data::generic::GenericTypeRef[][src]

pub trait GenericTypeRef {
    fn create_ref(wrapper_ptr: *mut Wrapper<()>) -> Self;
}

Required methods

Implementors