Trait LineBreakType

Source
pub trait LineBreakType:
    Sized
    + Sealed
    + RuleBreakType { }
Expand description

A trait allowing for LineBreakIterator to be generalized to multiple string iteration methods.

This is implemented by ICU4X for several common string types.

🚫 This trait is sealed; it cannot be implemented by user code. If an API requests an item that implements this trait, please consider using a type from the implementors listed below.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§