Module misc

Source

Re-exports§

pub use crate::misc::False;
pub use crate::misc::StaticBool;
pub use crate::misc::StaticValue;
pub use crate::misc::True;

Structs§

DeriveQueryMut
Wrapper struct to permit QueryMut on a struct that only implements Query.

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.