sfsmc/sfsmcd/src/ifaces/structs.rs
EliasSchriefer e25cfe94d2 Add MinecraftService
...and change some other trait impl bits, too
2020-09-14 20:15:22 +02:00

7 lines
159 B
Rust

use std::sync::Arc;
// use tokio::task::JoinHandle;
#[derive(Debug, Default)]
pub struct DaemonService;
#[derive(Debug, Default)]
pub struct MinecraftService;