pub trait EncourageReuse {
const ENCOURAGE_REUSE: bool;
}Expand description
Required Associated Constants§
Sourceconst ENCOURAGE_REUSE: bool
const ENCOURAGE_REUSE: bool
Whether the querier should be reused
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.