pub trait RexDefault<State>{
// Required method
fn rex_default(engine: &Engine<State>) -> Result<Pointer, EngineError>;
}Required Methods§
fn rex_default(engine: &Engine<State>) -> Result<Pointer, EngineError>
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.