6 lines
191 B
Rust
6 lines
191 B
Rust
use crate::quantity::{Quantity, Value};
|
|
use generate_quantity::quantity_type;
|
|
|
|
//----- Watts per Square Meter ----------------------------------
|
|
quantity_type! {WattsPerSquareMeter, "W/m²"}
|