#[derive(Default, Debug)] enum Role { #[Default] Follower, Candidate, Leader, } fn main() { println!("test"); }