pub trait ConfigWrapper {
    type T: TypesAndLimits;
}

Required Associated Types§

source

type T: TypesAndLimits

Implementors§