Trait forest_filecoin::utils::p2p::MultiaddrExt

source ·
pub trait MultiaddrExt: Sized {
    // Required method
    fn without_p2p(self) -> Self;
}

Required Methods§

source

fn without_p2p(self) -> Self

Object Safety§

This trait is not object safe.

Implementors§