pub trait RectifyCallback {
// Required method
fn on_copy_from_authoritative(&mut self);
}Expand description
A callback trait that allows a game to handle the event when the authoritative state
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".