Associated Consts ยง Constant values, which are associated with a struct Example ยง impl Person { const PLANET: String = "Earth".to_string(); // can also refer to a const Person }