pub fn address(name: &str, value: &str) -> Result<NetworkObj, String>
Helper that builds a NetworkObj from a human-friendly input. The name is optional—pass an empty string to default to the normalized value.
NetworkObj
name