Module lockjaw::injectable_attributes[][src]

Expand description

Additional nested attributes for items under a #[injectable]

This mod is for documentation purpose only. All nested attributes should be unqualified (always used as #[attribute] instead of #[lockjaw::attribute]).

Attribute Macros

Generate a factory that can construct the #[injectable] with runtime arguments in addition to injected fields.

Denotes the method as “injection constructor”, which is the method lockjaw will call to create the object.