mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 14:57:56 +01:00
19 lines
237 B
Rust
19 lines
237 B
Rust
use api::machinesystem_capnp::machine_system::Server as MachineSystem;
|
|
|
|
#[derive(Debug, Clone)]
|
|
pub struct Machines {
|
|
|
|
}
|
|
|
|
impl Machines {
|
|
pub fn new() -> Self {
|
|
Self {
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
impl MachineSystem for Machines {
|
|
|
|
} |