Trait ToMacAddressString

Source
pub trait ToMacAddressString {
    // Required method
    fn to_mac_address_string(&self) -> String;
}
Available on crate feature mac_address only.
Expand description

The mac_address validator will implement this for its types.

Required Methods§

Source

fn to_mac_address_string(&self) -> String

Retrieve the mac address as a string.

Implementors§