ShouldReuse

Trait ShouldReuse 

Source
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.

Implementors§

Source§

impl<Querier: ReuseAdvice<ShouldReuse = True> + ?Sized> ShouldReuse for Querier