Trait runtime_injector_actix::Service[][src]

pub trait Service: Any + Send + Sync { }
Expand description

Implemented automatically on types that are capable of being a service.

Implementors

impl<T> Service for T where
    T: Any + Send + Sync + ?Sized
[src]

Loading content...