Type Alias layout_2020::taffy::stylo_taffy::convert::stylo::ImplicitGridTracks
source · pub(crate) type ImplicitGridTracks = GenericImplicitGridTracks<GenericTrackSize<LengthPercentage>>;
Expand description
The computed value of a grid <track-size>+
Aliased Type§
struct ImplicitGridTracks(pub OwnedSlice<GenericTrackSize<LengthPercentage>>);
Fields§
§0: OwnedSlice<GenericTrackSize<LengthPercentage>>