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

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