pub trait ScaleSelf<T> {
    fn scale_self(&mut self, _: T);
}
Expand description

A scaling that overwrites the receiver with the result.

Required Methods§

Perform the scaling.

Implementors§