autd3_driver::datagram

Trait IntoBoxedModulation

Source
pub trait IntoBoxedModulation {
    // Required method
    fn into_boxed(self) -> BoxedModulation;
}
Expand description

Trait to convert Modulation to BoxedModulation.

Required Methods§

Implementors§

Source§

impl<M: Modulation + Send + Sync + 'static> IntoBoxedModulation for M