Crate ioc [] [src]

Macros

qioc_autoimpl_factory_base!

Auto-implement FactoryBase for a type which implements Factory.

Structs

Create
DummyError
Ioc
IocBuilder
R
Read
ReadAll
ReadGuard
  • Svc: The service-type SvcBase will be downcasted to.
  • SvcBase: The service-base-type.
  • Inner: The guard-type which will be wrapped (derefs to Box<SvcBase>).
StageBuilder
StagedIoc
StagedIocBuilder
W
Write
WriteAll
WriteGuard
  • Svc: The service-type SvcBase will be downcasted to.
  • SvcBase: The service-base-type.
  • Inner: The guard-type which will be wrapped (derefs to Box<SvcBase>).

Enums

Error

TODO something about BorrowState when using RefCells for Services?

Traits

Container
Factory
FactoryBase

TODO get rid of Key-param?

FactoryObject
Key
Method
Service
Stage
StagedContainer

Type Definitions

StageIter