SpecificConfig

Type Alias SpecificConfig 

Source
pub type SpecificConfig<C> = Config<<C as AnyConfig>::Pads, <C as AnyConfig>::CharSize>;
Expand description

Type alias to recover the specific Config type from an implementation of AnyConfig

Aliased Typeยง

pub struct SpecificConfig<C> { /* private fields */ }