Skip to main content

by_name

Function by_name 

Source
pub fn by_name(name: &str) -> Option<Box<dyn BuildAgent>>
Expand description

Instantiate an agent by name (matching the original GetType().Name). Used for tests and explicit selection.