Skip to main content

MechFunction

Trait MechFunction 

Source
pub trait MechFunction: MechFunctionImpl + MechFunctionCompiler { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> MechFunction for T

Available on crate feature compiler only.