use generate_quantity::quantity_type; use crate::quantity::{Quantity, Value}; //----- Ohms ---------------------------------- quantity_type! {Ohms, "Ω"}