3 lines
No EOL
64 B
Rust
3 lines
No EOL
64 B
Rust
pub trait Runnable {
|
|
fn run(self, app_name: &'static str);
|
|
} |