m3e/size_many

Types

Size is the size of an element, with 5 variations

pub type Size {
  ExtraSmall
  Small
  Medium
  Large
  ExtraLarge
}

Constructors

  • ExtraSmall
  • Small
  • Medium
  • Large
  • ExtraLarge

Values

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