Function read_json_from_file
pub fn read_json_from_file<T>(path: &str) -> Result<T, FsPathError>where
T: DeserializeOwned,Available on crate feature
cli only.Expand description
Wrapper around [reth_fs_util::read_json_file] which can be used as a clap value parser.