ToDbInterval

Trait ToDbInterval 

Source
pub trait ToDbInterval {
    // Required method
    fn to_dbinterval(
        &self,
        range: &ValueRange,
    ) -> Result<DbInterval, ToDbIntervalError>;
}
Expand description

The trait for conversion into interval of dB.

Required Methods§

Implementors§