Skip to main content

FieldKey

Type Alias FieldKey 

Source
pub type FieldKey = Arc<str>;
Expand description

Type alias for field name keys using Arc<str> for O(1) cloning.

Aliased Typeยง

pub struct FieldKey { /* private fields */ }