Fields

Type Alias Fields 

Source
pub type Fields = Vec<(Arc<str>, TyRepr)>;
Expand description

A declaration’s fields, or one variant’s: a name and the type written beside it.

Aliased Type§

pub struct Fields { /* private fields */ }