Type Alias Assignments

Source
pub type Assignments = SmallVec<[TrackedAssignment; 3]>;
Expand description

A typically sized list of attributes.

Aliased Typeยง

pub struct Assignments { /* private fields */ }