icu::properties::props

Trait ParseableEnumeratedProperty

Source
pub trait ParseableEnumeratedProperty: Sealed + TrieValue { }
Expand description

A property whose value names can be parsed from strings.

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§