Trait lifelink::SendCtor

source ·
pub trait SendCtor: Ctor { }
Expand description

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

Implementors§

source§

impl<C> SendCtor for Cwhere C: Ctor, for<'a> C::Ty<'a>: Send,