pub trait IntoBoxedModulation {
// Required method
fn into_boxed(self) -> BoxedModulation;
}Expand description
Trait to convert Modulation to BoxedModulation.
Required Methods§
Sourcefn into_boxed(self) -> BoxedModulation
fn into_boxed(self) -> BoxedModulation
Convert Modulation to BoxedModulation