Crate coi_derive

source ·
Expand description

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

Derive Macros

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