pub trait CanSetRallyUnit {
    // Required method
    fn can_set_rally_unit(&self, unit: &Unit) -> BwResult<bool>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl CanSetRallyUnit for (&Unit, bool, bool, bool)

source§

impl CanSetRallyUnit for bool

Implementors§