Address

Type Alias Address 

Source
pub type Address = [u8; 20];

Trait Implementations§

Source§

impl From<&U> for Address

Source§

fn from(x: &U) -> Self

Converts to this type from the input type.