An ICU4X Measure Unit Parser object, capable of parsing the CLDR unit identifier (e.g. meter-per-square-second) and get the [MeasureUnit].
meter-per-square-second
MeasureUnit
See the Rust documentation for MeasureUnitParser for more information.
MeasureUnitParser
See the Rust documentation for parse for more information.
parse
Static
Construct a new [MeasureUnitParser] instance using a particular data source.
See the Rust documentation for new for more information.
new
An ICU4X Measure Unit Parser object, capable of parsing the CLDR unit identifier (e.g.
meter-per-square-second
) and get the [MeasureUnit
].See the Rust documentation for
MeasureUnitParser
for more information.