bevy/crates/bevy_remote/src
andristarr 2b21b6cc13
FilteredResource returns a Result instead of a simple Option (#18265)
# 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.
2025-03-17 18:54:13 +00:00
..
schemas RPC Discover endpoint with basic informations (#18068) 2025-03-12 23:32:06 +00:00
builtin_methods.rs FilteredResource returns a Result instead of a simple Option (#18265) 2025-03-17 18:54:13 +00:00
http.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
lib.rs RPC Discover endpoint with basic informations (#18068) 2025-03-12 23:32:06 +00:00