Function rutie::util::closure_to_ptr[][src]

pub fn closure_to_ptr<F, R>(mut func: F) -> *const c_void where
    F: FnMut() -> R,