Type Alias TypeOf

Source
pub type TypeOf<C> = <C as Const>::Type;
Expand description

Alias for Const::Type.