Trait obfuscate_integer::custom_ops::CustomAssign[][src]

pub trait CustomAssign<Rhs = Self> {
    fn custom_assign(&mut self, rhs: Rhs);
}
Expand description

this trait is mainly for the incoming CustomAssign stmt a~b implemented by my incoming marco cai!

Required methods

Implementors