pub fn resolve_constraints(
constraints: &[Constraint],
available: u16,
) -> Result<Vec<u16>, LayoutError>Expand description
Resolves a list of Constraints for a single dimension (either width or height).
pub fn resolve_constraints(
constraints: &[Constraint],
available: u16,
) -> Result<Vec<u16>, LayoutError>Resolves a list of Constraints for a single dimension (either width or height).