save_toml
cadmus_
core
0.9.46
In cadmus_
core::
helpers
cadmus_core
::
helpers
Function
save_
toml
Copy item path
Source
pub fn save_toml<T, P:
AsRef
<
Path
>>(data:
&T
, path: P) ->
Result
<
()
,
Error
>
where T:
Serialize
,