1 #[strum(to_string = “XXX”)]use strum::ToString; #[derive(ToString)] pub enum ProjectName { #[strum(to_string = "probe")] Probe, ...
確定! 回上一頁