pub trait TypeLevelCallingMode {
const VALUE: CallingMode;
}Expand description
Calling mode for the FarCall opcodes.
Required Associated Constants§
Sourceconst VALUE: CallingMode
const VALUE: CallingMode
Constant corresponding to this mode allowing to easily match it.
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.