rustbook/chapter7/restaurant/src/front_of_house/serving.rs

4 lines
83 B
Rust

pub fn take_order() {}
pub fn serve_order() {}
pub fn take_payent() {}