pub trait Context: InternalContext { }
Expand description
Trait used for execution contexts
This is a Sealed trait, do not implement it yourself.
Use `StdContext` or `RayonContext` directly instead.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.