color

Types

pub type Color {
  White
  Black
}

Constructors

  • White
  • Black

Functions

pub fn to_string(color: Color) -> String
Search Document