pub trait PaysFee<T>: PaysFee<T> { fn pays_fee(&self, target: T) -> Pays { ... } }
frame_support::dispatch