1
0
Fork 0
forked from wry/wry
wry/src/utils/static_text.rs
2026-03-07 18:31:19 +01:00

3 lines
61 B
Rust

pub trait StaticText {
fn text(&self) -> &'static str;
}