nix::sched

Type Alias CloneCb

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

Type for the function executed by clone.

Aliased Typeยง

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