pub type FromConfig<T> = Box<dyn Fn(Vec<Net>, Value) -> Result<T>>;
pub struct FromConfig<T>(/* private fields */);