bevy/crates/bevy_reflect/src
Nathan Ward b07db8462f Bevy derives handling generics in impl definitions. (#2044)
Fixes #2037 (and then some)

Problem:
- `TypeUuid`, `RenderResource`, and `Bytes` derive macros did not properly handle generic structs. 

Solution:
- Rework the derive macro implementations to handle the generics.
2021-05-01 02:57:20 +00:00
..
impls Make Reflect impls unsafe (Reflect::any must return self) (#1679) 2021-03-17 22:46:46 +00:00
serde Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
list.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
map.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
path.rs Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
reflect.rs fix dead intra links in doc on Input and Reflect (#2007) 2021-04-25 17:24:09 +00:00
struct_trait.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
tuple_struct.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
tuple.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
type_registry.rs fix dyn warning (#1690) 2021-03-19 02:53:26 +00:00
type_uuid.rs Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00