pub trait ProxyPadExt: 'static {
    fn internal(&self) -> Option<ProxyPad>;
}

Required methods

Implementors