Type Definition nix::sched::CloneCb[][src]

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

Type for the function executed by clone.