pub trait AsAddr { type Addr: AddrLike; // Required method fn as_addr(&self) -> &Self::Addr; }
Implemented by addresses and references to addresses
The inner address type
Obtain a direct reference to the address