pub type CloneCb<'a> = Box<dyn FnMut() + 'a, Global>;
Expand description

Type for the function executed by clone.