macro_rules! common_builder_methods {
($common_field:ident) => { ... };
}Expand description
Macro to inject common builder methods into an existing impl Builder block.
Use this inside impl YourBuilder { ... } and pass the field name that holds
ModelInferenceConfig (e.g., common).