caretta-sync/core/src/utils/runnable.rs

3 lines
No EOL
64 B
Rust

pub trait Runnable {
fn run(self, app_name: &'static str);
}