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
When change the struct TestArgs of test_plugin/src/lib.rs:
#[derive(Debug,Deserialize)]structTestArgs{val:String,//If the value is not present when deserializing, use the Default::default().#[serde(default)]skip:String,}
Run the test according to README then get error report:
When change the struct TestArgs of test_plugin/src/lib.rs:
Run the test according to README then get error report:
It is very useful for optional arguments.
The text was updated successfully, but these errors were encountered: