pub trait Modulation: ModulationProperty + Debug {
// Required method
fn calc(self) -> Result<Vec<u8>, AUTDInternalError>;
}pub trait Modulation: ModulationProperty + Debug {
// Required method
fn calc(self) -> Result<Vec<u8>, AUTDInternalError>;
}