pub trait OperatorRankExt { // Required methods fn to_score(self) -> f64; fn name(self) -> &'static str; }
Convert rank to numeric score (0.0-1.0) for leadership scoring
Get human-readable rank name