CosmWasm requires types to implement `serde::{Serialize, Deserialize}` and `schemars::JsonSchema` traits in order for them to be used in contracts. Suggest introducing an optional `cosmwasm` trait, that if enabled, will derive these traits.
CosmWasm requires types to implement
serde::{Serialize, Deserialize}andschemars::JsonSchematraits in order for them to be used in contracts.Suggest introducing an optional
cosmwasmtrait, that if enabled, will derive these traits.