An ICU4X Measurement Unit parser object which is capable of parsing the CLDR unit identifier (e.g. meter-per-square-second) and get the ICU4XMeasureUnit.
meter-per-square-second
ICU4XMeasureUnit
See the Rust documentation for MeasureUnitParser for more information.
MeasureUnitParser
Parses the CLDR unit identifier (e.g. meter-per-square-second) and returns the corresponding ICU4XMeasureUnit, if the identifier is valid.
See the Rust documentation for parse for more information.
parse
An ICU4X Measurement Unit parser object which is capable of parsing the CLDR unit identifier (e.g.
meter-per-square-second
) and get theICU4XMeasureUnit
.See the Rust documentation for
MeasureUnitParser
for more information.