Type Definition NetFromConfig
rd_interface::registry
type NetFromConfig<T> = Box<dyn Fn(Vec<Net>, Value) -> Result<T>>;