Trait rfw::ecs::query::ReadOnlyFetch[][src]

pub unsafe trait ReadOnlyFetch { }
Expand description

A fetch that is read only. This must only be implemented for read-only fetches.

Implementations on Foreign Types

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

SAFE: each item in the tuple is read only

Implementors