Type Definition nix::sched::CloneCb

source ·
pub type CloneCb<'a> = Box<dyn FnMut() -> isize + 'a>;