Skip to main content

caretta_sync_core/utils/
runnable.rs

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