pub trait IDragonRideScore: IMonoBehaviour {
// Provided methods
fn score_text(self) -> Text { ... }
fn set_score_text(self, value: Text) { ... }
}Provided Methods§
fn score_text(self) -> Text
fn set_score_text(self, value: Text)
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.