[][src]Trait coi_actix_web::Inject

pub trait Inject: 'static + Send + Sync { }

A marker trait for injectable traits and structs.

Implementations on Foreign Types

impl<T> Inject for Arc<T> where
    T: Inject + ?Sized
[src]

Loading content...

Implementors

Loading content...