Function goatns::serializers::a_to_ip
source · pub fn a_to_ip<S>(address: &u32, s: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Expand description
Convert a u32 to a string representation of an ipv4 address
pub fn a_to_ip<S>(address: &u32, s: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Convert a u32 to a string representation of an ipv4 address