Trait lifelink::SyncCtor

source ·
pub trait SyncCtor: Ctor { }
Expand description

Marker trait implemented for Ctors where the constructed types are Sync.

Implementors§

source§

impl<C> SyncCtor for Cwhere C: Ctor, for<'a> C::Ty<'a>: Sync,