Type Definition nannou::ui::widget::canvas::Weight[][src]

type Weight = f64;

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.