pub trait MechFunction: MechFunctionImpl + MechFunctionCompiler { }Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T> MechFunction for Twhere
T: MechFunctionImpl + MechFunctionCompiler,
Available on crate feature
compiler only.