Type Definition conrod::widget::canvas::Weight
[−]
[src]
type Weight = Scalar;
The length of a Split given as a weight.
The length is determined by determining what percentage each Split's weight contributes to
the total weight of all Splits in a flow list.