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.
Object Safety§
This trait is not object safe.