blob: 0786961a9d8cab53e8ce0d6f1e0fcb9b68eebdcb [file] [log] [blame] [edit]
// generated by diplomat-tool
part of 'lib.g.dart';
/// See the [Rust documentation for `TransformResult`](https://docs.rs/icu/latest/icu/locid_transform/enum.TransformResult.html) for more information.
enum TransformResult {
modified,
unmodified;
}