mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor(macros): use syn2.0 (#2890)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -60,7 +60,7 @@ pub enum KvOperation<'a, S: serde::Serialize + Debug> {
|
||||
}
|
||||
|
||||
#[derive(TryGetEnumVariant)]
|
||||
#[error(RedisError(UnknownResult))]
|
||||
#[error(RedisError::UnknownResult)]
|
||||
pub enum KvResult<T: de::DeserializeOwned> {
|
||||
HGet(T),
|
||||
Get(T),
|
||||
|
||||
Reference in New Issue
Block a user