mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	initial commit
This commit is contained in:
		
							
								
								
									
										12
									
								
								crates/masking/src/vec.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								crates/masking/src/vec.rs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| //! | ||||
| //! Secret `Vec` types | ||||
| //! | ||||
| //! There is not alias type by design. | ||||
|  | ||||
| use alloc::vec::Vec; | ||||
|  | ||||
| #[cfg(feature = "serde")] | ||||
| use super::{SerializableSecret, Serialize}; | ||||
|  | ||||
| #[cfg(feature = "serde")] | ||||
| impl<S: Serialize> SerializableSecret for Vec<S> {} | ||||
		Reference in New Issue
	
	Block a user
	 Sampras Lopes
					Sampras Lopes