pub unsafe trait ReadOnlySystemParam: SystemParam { }Expand description
A SystemParam that only reads a given World.
§Safety
This must only be implemented for SystemParam impls that exclusively read the World passed in to SystemParam::get_param
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.