Module ratatui::layout

source ·

Structs

  • A layout is a set of constraints that can be applied to a given area to split it into smaller ones.
  • Amounts by which to move a Rect.
  • A simple rectangle used in the computation of the layout and to give widgets a hint about the area they are supposed to render to.
  • A simple size struct

Enums