# Objective FilteredResource::get should return a Result instead of Option Fixes #17480 --- ## Migration Guide Users will need to handle the different return type on FilteredResource::get, FilteredResource::get_id, FilteredResource::get_mut as it is now a Result not an Option. |
||
|---|---|---|
| .. | ||
| bundle.rs | ||
| component.rs | ||
| entity_commands.rs | ||
| from_world.rs | ||
| map_entities.rs | ||
| mod.rs | ||
| resource.rs | ||
| visit_entities.rs | ||