6 lines
155 B
Rust
6 lines
155 B
Rust
use generate_quantity::quantity_type;
|
|
use crate::quantity::{Quantity, Value};
|
|
|
|
//----- Ohms ----------------------------------
|
|
quantity_type! {Ohms, "Ω"}
|