macro_rules! struct_instantiation_for_state {
($e: expr, $is_exact: expr) => { ... };
}Expand description
Determine the proper type instantiation for struct in the current state.
macro_rules! struct_instantiation_for_state {
($e: expr, $is_exact: expr) => { ... };
}Determine the proper type instantiation for struct in the current state.