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
Modules are dynamic JSON objects as far as vib-api is concerned.
I need to add a trait, called by serde, that allows the user to write their own models for module types, and substitute with a struct with a hashmap if a model isn't available.
The text was updated successfully, but these errors were encountered:
Modules are dynamic JSON objects as far as vib-api is concerned.
I need to add a trait, called by serde, that allows the user to write their own models for module types, and substitute with a struct with a hashmap if a model isn't available.
The text was updated successfully, but these errors were encountered: