We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
info_provider.rs
UnitQuantity
quantity
pub struct UnitQuantity<'data> { // TODO: Consider using an enum for the quantity name. pub quantity: Cow<'data, str>, }
Feedback or suggestions are welcome.