Module misc

Module misc 

Source
Expand description

Miscellaneous items related to srcinfo.

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.
ShouldReuse
Querier types that implement this trait should be reused.
StaticBool
A type that expresses a boolean value.