Re-exports§
pub use crate::misc::False;pub use crate::misc::StaticBool;pub use crate::misc::StaticValue;pub use crate::misc::True;
Structs§
- Derive
Query Mut - Wrapper struct to permit
QueryMuton a struct that only implementsQuery.
Traits§
- Reuse
Advice - Denote whether a certain querier should be reused.
- Reuse
Advice Bool - Utility to lookup the
boolvalue ofReuseAdvice. - Reuse
Advice Self - Utility to lookup the
boolvalue ofselfwhose type implementsReuseAdvice.