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