Traits§
- Plugin
- Extend
Appwith cross-cutting behaviour — stats, custom clock, logging, hotkeys — without forking the run loop.buildruns once at registration; the other methods are called byAppat the matching point in the frame schedule. AnyFnMut(&mut App<B, F>)is also a plugin via the blanket impl.