macro_rules! struct_instantiation_for_state {
    ($e: expr, $is_exact: expr) => { ... };
}
Expand description

Determine the proper type instantiation for struct in the current state.