pub trait Systems {
// Required methods
fn get(&self) -> SystemsGetResponse;
fn post(&mut self, body: ComputerSystem) -> SystemsPostResponse;
}
pub trait Systems {
// Required methods
fn get(&self) -> SystemsGetResponse;
fn post(&mut self, body: ComputerSystem) -> SystemsPostResponse;
}