fn deref_mut()

in chrony-candm/src/async_net.rs [60:62]


    fn deref_mut(&mut self) -> &mut UnixDatagram {
        &mut self.0
    }