pub type CloneCb<'a> = Box<dyn FnMut() -> isize + 'a>;
Type for the function executed by clone.
clone
struct CloneCb<'a>(/* private fields */);