save_json
cadmus_
core
v0.10.0-37-g9869534
In cadmus_
core::
helpers
cadmus_core
::
helpers
Function
save_
json
Copy item path
Source
pub fn save_json<T, P:
AsRef
<
Path
>>(data:
&T
, path: P) ->
Result
<
()
,
Error
>
where T:
Serialize
,