referrerpolicy=no-referrer-when-downgrade

NoFee

Type Alias NoFee 

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

An implementation of WeightToFee that collects no fee.

Aliased Type§

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