1 2 3 4 5 6
use crate::records::cost::Cost; #[allow(dead_code)] pub fn cost_cost() -> Cost { Cost::new(0, 0) }