pub type Atten2p5dB<T> = Attenuated<{ attenuation::DB_2_5 }, T>;

Aliased Type§

struct Atten2p5dB<T>(/* private fields */);