Crate async_injector_derive[][src]

Expand description

Macros for async-injector.

This provides the Provider derive, which can be used to automatically construct and inject dependencies. See its documentation for how to use.

Derive Macros

Helper derive to implement a provider.