blob: decea691434750bea643d1864250595c004ad264 [file] [log] [blame] [edit]
// generated by diplomat-tool
part of 'lib.g.dart';
/// See the [Rust documentation for `LineBreakStrictness`](https://docs.rs/icu/latest/icu/segmenter/enum.LineBreakStrictness.html) for more information.
enum LineBreakStrictness {
loose,
normal,
strict,
anywhere;
}