mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor(masking): use empty enums as masking:Strategy<T> types (#2874)
This commit is contained in:
@ -72,7 +72,7 @@ impl<'de> Deserialize<'de> for CardNumber {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct CardNumberStrategy;
|
||||
pub enum CardNumberStrategy {}
|
||||
|
||||
impl<T> Strategy<T> for CardNumberStrategy
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user