Skip to main content

Address

Trait Address 

Source
pub trait Address:
    FromStr
    + Display
    + Copy {
    type Network: NetworkFamily;
}
Expand description

Network-specific address type.

Required Associated Types§

Source

type Network: NetworkFamily

The network family this address belongs to.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§