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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§