nix::sched

Type Alias CloneCb

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

Aliased Typeยง

struct CloneCb<'a>(/* private fields */);