pub trait IntoContextProvider {
// Required method
fn into_erased_context_provider(self) -> Arc<dyn ErasedContextProvider> ⓘ;
}Required Methods§
fn into_erased_context_provider(self) -> Arc<dyn ErasedContextProvider> ⓘ
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".