[][src]Crate coi_derive

Coi-derive simplifies implementing the traits provided in the coi crate.

Derive Macros

Inject

Generates an impl for Inject and also generates a "Provider" struct with its own Provide impl.

Provide

There might be some cases where you need to have data passed in with your provider.