write_to_file_json
openvm_
sdk
1.4.0
In openvm_
sdk::
fs
openvm_sdk
::
fs
Function
write_
to_
file_
json
Copy item path
Source
pub fn write_to_file_json<T:
Serialize
, P:
AsRef
<
Path
>>( path: P, data: T, ) ->
Result
<
()
>