Trait coi::Inject

source ·
pub trait Inject: Send + Sync + 'static { }
Expand description

A marker trait for injectable traits and structs.

Implementations on Foreign Types§

source§

impl<T: Inject + ?Sized> Inject for Arc<T>

Implementors§