fn from()

in chrony-candm/src/common.rs [345:347]


    fn from(addr: Ipv4Addr) -> Self {
        Self::V4(addr)
    }