pub trait Resolvable<TS: Strategy + 'static = AnyStrategy>: SealedResolvable<TS> { }Expand description
Represents anything resolvable by a ServiceProvider.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.