pub trait ProxyPadExt: IsA<ProxyPad> + Sealed + 'static {
    // Provided method
    fn internal(&self) -> Option<ProxyPad> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§