Type Definition runtime_injector::Svc[][src]

type Svc<T> = Rc<T>;

A reference-counted pointer holding a service. The pointer type is determined by the feature flags passed to this crate.

Trait Implementations

impl<I: ?Sized + Interface> Request for Svc<I>[src]