1use bevy_reflect_derive::impl_reflect_opaque; 2 3impl_reflect_opaque!(::bevy_platform::sync::Arc<T: Send + Sync + ?Sized>(Clone)); 4 5