pub trait ReuseAdvice {
type ShouldReuse: StaticBool + ?Sized;
}Expand description
Required Associated Types§
Sourcetype ShouldReuse: StaticBool + ?Sized
type ShouldReuse: StaticBool + ?Sized
Whether the querier should be reused.
pub trait ReuseAdvice {
type ShouldReuse: StaticBool + ?Sized;
}Whether the querier should be reused.