mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	chore(masking): add peek_mut to PeekInterface (#7281)
This commit is contained in:
		| @ -28,6 +28,10 @@ impl PeekInterface<BytesMut> for SecretBytesMut { | ||||
|     fn peek(&self) -> &BytesMut { | ||||
|         &self.0 | ||||
|     } | ||||
|  | ||||
|     fn peek_mut(&mut self) -> &mut BytesMut { | ||||
|         &mut self.0 | ||||
|     } | ||||
| } | ||||
|  | ||||
| impl fmt::Debug for SecretBytesMut { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde