Skip to main content
write_pretty_json
foundry_
common
1.8.1
In foundry_
common::
fs
foundry_common
::
fs
Function
write_
pretty_
json
Copy item path
Source
fn write_pretty_json<T:
Serialize
>( path: &
Path
, obj:
&T
, file:
File
, ) ->
Result
<
()
>