mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor: use hashmap deserializer for generic_link options (#5157)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -29,6 +29,7 @@ impl SerializableSecret for u8 {}
|
||||
impl SerializableSecret for u16 {}
|
||||
impl SerializableSecret for i8 {}
|
||||
impl SerializableSecret for i32 {}
|
||||
impl SerializableSecret for url::Url {}
|
||||
|
||||
#[cfg(feature = "time")]
|
||||
impl SerializableSecret for time::Date {}
|
||||
|
||||
Reference in New Issue
Block a user