pub trait ToDbInterval {
// Required method
fn to_dbinterval(
&self,
range: &ValueRange,
) -> Result<DbInterval, ToDbIntervalError>;
}Expand description
The trait for conversion into interval of dB.
pub trait ToDbInterval {
// Required method
fn to_dbinterval(
&self,
range: &ValueRange,
) -> Result<DbInterval, ToDbIntervalError>;
}The trait for conversion into interval of dB.