Use `serde(transparent)`
Lucretiel opened this issue · 1 comments
Lucretiel commented
Lazap/src-tauri/src/launchers/steam.rs
Line 20 in 151995e
use derive(deserialize)
and serde(transparent)
here, to avoid the need for a custom deserializer
Lucretiel opened this issue · 1 comments
Lazap/src-tauri/src/launchers/steam.rs
Line 20 in 151995e
use derive(deserialize)
and serde(transparent)
here, to avoid the need for a custom deserializer