Trait autd3::derive::IntoModulationCache

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

Required Methods§

source

fn with_cache(self) -> Cache<M>

Implementors§