Type Alias FieldNames

Source
pub type FieldNames = Arc<[FieldName]>;
Expand description

An ordered list of field names in a struct

Aliased Typeยง

pub struct FieldNames { /* private fields */ }