Trait runtime_injector::Service[][src]

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

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

Implementors

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

Loading content...