Type Alias nix::sched::CloneCb

source ·
pub type CloneCb<'a> = Box<dyn FnMut() -> isize + 'a>;
Available on crate feature sched only.
Expand description

Type for the function executed by clone.

Aliased Type§

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