pub trait ShouldReuse: ReuseAdvice<ShouldReuse = True> { }Expand description
Querier types that implement this trait should be reused.
This trait is a convenient alias for ReuseAdvice with value True.
pub trait ShouldReuse: ReuseAdvice<ShouldReuse = True> { }Querier types that implement this trait should be reused.
This trait is a convenient alias for ReuseAdvice with value True.