blob: 55705929b984812d661b414aa1dd33eeeb4e6374 [file]
// generated by diplomat-tool
part of 'lib.g.dart';
/// Increment used in a rounding operation.
///
/// See the [Rust documentation for `RoundingIncrement`](https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.RoundingIncrement.html) for more information.
enum RoundingIncrement {
multiplesOf1,
multiplesOf2,
multiplesOf5,
multiplesOf25,
}