Trait autd3_driver::datagram::IntoModulationCache
source · pub trait IntoModulationCache<M: Modulation> {
// Required method
fn with_cache(self) -> Cache<M>;
}pub trait IntoModulationCache<M: Modulation> {
// Required method
fn with_cache(self) -> Cache<M>;
}