Skip to main content

common_builder_methods

Macro common_builder_methods 

Source
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).