fabaccess-bffh/bffhd/capnp/machinesystem.rs

19 lines
201 B
Rust
Raw Normal View History

2021-12-06 21:53:42 +01:00
use api::resources::resources::Server;
#[derive(Debug, Clone)]
pub struct Resources {
}
impl Resources {
pub fn new() -> Self {
Self {
}
}
}
impl Server for Resources {
}