Module teloc::dev[][src]

Expand description

The module for the advanced usage.

Modules

Things needs to define your own containers.

Traits

Trait is used to resolve services by cloning. It must be implement only for wrappers that guarantees that there are only one instance and many references, like Rc, Arc structs and immutable reference.

The trait, used for getting list of dependencies from provider of services. Do not use it by yourself.