mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
# Objective Being able to do: ```rust ev_scene_ready.read().next().unwrap(); ``` Which currently isn't possible because `SceneInstanceReady` doesn't implement `Debug`. ## Solution Implement `Debug` for `SceneInstanceReady`. --- ## Changelog ### Added - Implement Std traits for `SceneInstanceReady`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |