Skip to main content

Crate autowired

Crate autowired 

Source

Macros§

submit
Enter an element into the plugin registry corresponding to its type.

Structs§

Autowired
lazy autowired
Bean

Traits§

Component

Functions§

exist_component
return true if component exists
list_bean_names
get list of submitted bean name
register
add component into a global map return false if component has already existed
register_with
add component into a global map return false if component has already existed or constructor return None
setup_submitted_beans
register component which derives Bean

Attribute Macros§

bean

Derive Macros§

Component
LazyComponent