mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			119 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			119 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| use diesel_models::refund::Refund;
 | |
| 
 | |
| use crate::redis::kv_store::KvStorePartition;
 | |
| 
 | |
| impl KvStorePartition for Refund {}
 | 
