Trait runtime_injector::Service[][src]

pub trait Service: Any { }

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

Implementors

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

Loading content...