pub trait MultiaddrExt: Sized {
// Required method
fn without_p2p(self) -> Self;
}Required Methods§
fn without_p2p(self) -> Self
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.