pub unsafe trait ReadOnlyWorldQuery: WorldQuery<ReadOnly = Self> { }

Implementations on Foreign Types

Implementors