mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
## Problem - A mutable borrow of a handle cannot be directly turned into an AssetId with `.into()`. You must do a reborrow `&*my_handle`. ## Solution - Add an impl for From<&mut Handle> to AssetId and UntypedAssetId. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |