Skip to main content

ToPexAddress

Trait ToPexAddress 

Source
pub trait ToPexAddress {
    // Required method
    fn pex(&self) -> String;
}
Expand description

Return the pex format of an address

Required Methods§

Source

fn pex(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§