Skip to main content

OperatorRankExt

Trait OperatorRankExt 

Source
pub trait OperatorRankExt {
    // Required methods
    fn to_score(self) -> f64;
    fn name(self) -> &'static str;
}

Required Methods§

Source

fn to_score(self) -> f64

Convert rank to numeric score (0.0-1.0) for leadership scoring

Source

fn name(self) -> &'static str

Get human-readable rank name

Implementors§