pub trait IAccessibilityDockingServiceCallback_Impl: Sized {
    // Required method
    fn Undocked(&self, undockreason: UNDOCK_REASON) -> Result<()>;
}

Required Methods§

fn Undocked(&self, undockreason: UNDOCK_REASON) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§