referrerpolicy=no-referrer-when-downgrade

Type Alias NoFee

pub type NoFee<T> = FixedFee<0, T>;
Expand description

Used for simple fee calculation. An implementation of WeightToFee that collects no fee.

Aliased Type§

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