1 2 3 4 5 6 7 8 9
# `gateway/grid.rs` ## `pub fn load(path: &Path) -> Result<TargetConfig, Box<dyn std::error::Error>>` *Line 5 · fn* Reads and deserializes a target configuration from a TOML file. ---