pub type OnPop = Box<dyn Fn(UndoOrRedo, CounterSpan, UndoItemMeta) + Sync + Send>;Aliased Typeยง
struct OnPop(/* private fields */);pub type OnPop = Box<dyn Fn(UndoOrRedo, CounterSpan, UndoItemMeta) + Sync + Send>;struct OnPop(/* private fields */);