autd3_driver::datagram

Trait IntoBoxedGain

source
pub trait IntoBoxedGain {
    // Required method
    fn into_boxed(self) -> BoxedGain;
}

Required Methods§

Implementors§

source§

impl<G> IntoBoxedGain for G
where G: 'static + Gain,