You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubfsid:String,// Uuid Serialize and Deserialize isn't implemented for Uuid
At this line, it is stated that Serialize and Deserialize are not implemented for uuid::Uuid, and that is true only if the "serde" feature is not activated in Cargo.toml.
[dependencies]
uuid = { version = "0.6", features = ["serde", "v4"] }
The text was updated successfully, but these errors were encountered:
rusix/src/lib/config.rs
Line 19 in 05d4004
At this line, it is stated that
Serialize
andDeserialize
are not implemented foruuid::Uuid
, and that is true only if the"serde"
feature is not activated inCargo.toml
.The text was updated successfully, but these errors were encountered: