Module misc

Source
Expand description

Miscellaneous items.

Structs§

DeriveQueryMut
Wrapper struct to permit QueryMut on a struct that only implements Query.
False
false as a dedicated type.
True
true as a dedicated type.

Traits§

ReuseAdvice
Denote whether a certain querier should be reused.
ReuseAdviceBool
Utility to lookup the bool value of ReuseAdvice.
ReuseAdviceSelf
Utility to lookup the bool value of self whose type implements ReuseAdvice.
StaticBool
A type that expresses a boolean value.