pub trait IMemAllocatorNotifyCallbackTemp_Impl: Sized {
    // Required method
    fn NotifyRelease(&self) -> Result<()>;
}

Required Methods§

fn NotifyRelease(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§