Type Definition nix::sched::CloneCb

pub type CloneCb<'a> = Box<dyn FnMut -> isize + 'a>;
Documentation

Type for the function executed by clone.