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
This means it will accept any Serialize, including primitive types (eg. string, u32, etc). Per the spec, this is incorrect, and we should only accept full objects.
This issue is for tracking and ideas how to fix this. At the current moment, I'm not aware of a way to specify a trait bound only for structs.
Step extension api is defined as following
This means it will accept any
Serialize
, including primitive types (eg. string, u32, etc). Per the spec, this is incorrect, and we should only accept full objects.This issue is for tracking and ideas how to fix this. At the current moment, I'm not aware of a way to specify a trait bound only for structs.
cc @njordr
The text was updated successfully, but these errors were encountered: