[][src]Function cvt::cvt_r

pub fn cvt_r<T, F>(f: F) -> Result<T> where
    T: IsMinusOne,
    F: FnMut() -> T,