Function write_with

Source
pub async fn write_with<R>(
    udp: &UdpSocket,
    op: impl FnMut() -> Result<R>,
) -> Result<R>