pub trait PadImplExt: PadImpl {
// Provided methods
fn parent_linked(&self, peer: &Pad) { ... }
fn parent_unlinked(&self, peer: &Pad) { ... }
}
Provided Methods§
fn parent_linked(&self, peer: &Pad)
fn parent_unlinked(&self, peer: &Pad)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.