pub unsafe trait MemoryType: IsMiniObject + AsRef<Memory>where
    <Self as IsMiniObject>::RefType: AsRef<MemoryRef> + AsMut<MemoryRef>,{
    // Required method
    fn check_memory_type(mem: &MemoryRef) -> bool;
}

Required Methods§

Implementors§