|  77de9a5beb ## 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. | ||
|---|---|---|
| .. | ||
| io | ||
| processor | ||
| server | ||
| assets.rs | ||
| direct_access_ext.rs | ||
| event.rs | ||
| folder.rs | ||
| handle.rs | ||
| id.rs | ||
| lib.rs | ||
| loader.rs | ||
| meta.rs | ||
| path.rs | ||
| reflect.rs | ||
| saver.rs | ||
| transformer.rs | ||