pub trait MulAlpha {
// Required method
fn mul_alpha(self) -> Self;
}
Expand description
Value that can be multiplied by alpha
Required Methods§
Object Safety§
This trait is not object safe.
pub trait MulAlpha {
// Required method
fn mul_alpha(self) -> Self;
}
Value that can be multiplied by alpha