3 lines
61 B
Rust
3 lines
61 B
Rust
pub trait StaticText {
|
|
fn text(&self) -> &'static str;
|
|
}
|
pub trait StaticText {
|
|
fn text(&self) -> &'static str;
|
|
}
|