pub trait FromAddr {
    fn from_addr(addr: String) -> Self;
}
Expand description

Trait for clients that can connect to an address

Required methods

Implementors