BaseResolverBounds

Trait BaseResolverBounds 

Source
pub trait BaseResolverBounds: Send + Sync { }
Expand description

Abstract trait that helps place conditional bounds of Send and Sync

Implementors§

Source§

impl<T> BaseResolverBounds for T
where T: Send + Sync,