pub trait Changeable: Config + Config + Config { }
Expand description

Auxiliar type to carry all pallets bounds used by RuntimeChange

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Config + Config + Config> Changeable for T