//! The [`LayoutResult`] type returned by every widget's `layout` method.
use ;
/// Result of a single layout pass for one widget.
///
/// Holds the widget's resolved [`Size`] and the 2-D origin [`Point`] of each
/// child, in the same order the children were supplied to `layout`.