pub trait MechFunction: MechFunctionImpl + MechFunctionCompiler { }
Implementors§
impl<T> MechFunction for Twhere
T: MechFunctionImpl + MechFunctionCompiler,
Available on crate feature
compiler
only.