Function std::sys::windows::net::cvt_r

source ·
pub fn cvt_r<T, F>(f: F) -> Result<T>where
    T: IsMinusOne,
    F: FnMut() -> T,
🔬This is a nightly-only experimental API. (windows_net)
Expand description

Just to provide the same interface as sys/unix/net.rs