mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
6 lines
153 B
Rust
6 lines
153 B
Rust
use diesel_models::connector_response::ConnectorResponse;
|
|
|
|
use crate::redis::kv_store::KvStorePartition;
|
|
|
|
impl KvStorePartition for ConnectorResponse {}
|