m3e/size_few

Types

Size is the size of an element, restricted to just 3 variations

pub type Size {
  Large
  Medium
  Small
}

Constructors

  • Large
  • Medium
  • Small

Values

pub const default_size: Size
pub fn size_to_string(size: Size) -> String
Search Document