Trait binaryninja::rc::CoreArrayWrapper
source · pub unsafe trait CoreArrayWrapper: CoreArrayProvider {
type Wrapped<'a>
where Self: 'a;
// Required method
unsafe fn wrap_raw<'a>(
raw: &'a Self::Raw,
context: &'a Self::Context
) -> Self::Wrapped<'a>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.