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§
Sourcefn to_mac_address_string(&self) -> String
fn to_mac_address_string(&self) -> String
Retrieve the mac address as a string.