Type Alias ImplicitGridTracks

Source
pub type ImplicitGridTracks = ImplicitGridTracks<TrackSize>;
Expand description

The computed value of a grid <track-size>+

Aliased Type§

#[repr(transparent)]
pub struct ImplicitGridTracks(pub OwnedSlice<GenericTrackSize<LengthPercentage>>);

Tuple Fields§

§0: OwnedSlice<GenericTrackSize<LengthPercentage>>