base
0.0.1
base
Function
write_json_to_file
Copy item path
Source
pub fn write_json_to_file<T>(data:
&T
, config_dir: &
Path
, filename: &
str
)
where T:
Serialize
,