Type Definition runtime_injector::DynSvc[][src]

type DynSvc = Svc<dyn Any>;

A reference-counted service pointer holding an instance of dyn Any.