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
error[E0277]: the trait bound serde_with::Bytes: DeserializeAs<'_, [tick::Tick; 88]> is not satisfied
--> /Users/xwei/.cargo/registry/src/github.com-1ecc6299db9ec823/orca_whirlpools_client-1.0.2/src/generated/accounts/tick_array.rs:19:44
|
19 | #[cfg_attr(feature = "serde", serde(with = "serde_with::As::<serde_with::Bytes>"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait DeserializeAs<'_, [tick::Tick; 88]> is not implemented for serde_with::Bytes
The text was updated successfully, but these errors were encountered:
error[E0277]: the trait bound
serde_with::Bytes: DeserializeAs<'_, [tick::Tick; 88]>
is not satisfied--> /Users/xwei/.cargo/registry/src/github.com-1ecc6299db9ec823/orca_whirlpools_client-1.0.2/src/generated/accounts/tick_array.rs:19:44
|
19 | #[cfg_attr(feature = "serde", serde(with = "serde_with::As::<serde_with::Bytes>"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait
DeserializeAs<'_, [tick::Tick; 88]>
is not implemented forserde_with::Bytes
The text was updated successfully, but these errors were encountered: