Trait teloc::dev::DependencyClone[][src]

pub trait DependencyClone: Clone { }
Expand description

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.

Implementations on Foreign Types

Implementors