referrerpolicy=no-referrer-when-downgrade

WeightToFeeCoefficients

Type Alias WeightToFeeCoefficients 

pub type WeightToFeeCoefficients<T> = SmallVec<[WeightToFeeCoefficient<T>; 4]>;
Expand description

A list of coefficients that represent a polynomial.

Aliased Type§

pub struct WeightToFeeCoefficients<T> { /* private fields */ }