Skip to main content

ResolverSyncBound

Trait ResolverSyncBound 

Source
pub trait ResolverSyncBound: Sync { }
Expand description

Supertrait bound: Sync off-wasm (keeps &self Send), unconstrained on single-threaded wasm.

Implementors§

Source§

impl<T> ResolverSyncBound for T
where T: Sync + ?Sized,

Available on non-WebAssembly only.