m3e/layout

Types

Orientation specifies the axis along which components are arranged (e.g., in a ChipSet).

pub type Orientation {
  Horizontal
  Vertical
}

Constructors

  • Horizontal
  • Vertical

Values

pub const default_orientation: Orientation
pub fn orientation_to_string(o: Orientation) -> String

orientation_to_string converts an Orientation to its CSS-friendly or attribute-friendly string representation.

Search Document