Trait autd3_driver::datagram::IntoGainCache
source · pub trait IntoGainCache<G: Gain> {
// Required method
fn with_cache(self) -> Cache<G>;
}pub trait IntoGainCache<G: Gain> {
// Required method
fn with_cache(self) -> Cache<G>;
}