mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(globalsearch): Added search_tags based filter for global search in dashboard (#5341)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Abhishek Kanojia <89402434+Abhitator216@users.noreply.github.com>
This commit is contained in:
@ -7,6 +7,8 @@ pub trait Strategy<T> {
|
||||
}
|
||||
|
||||
/// Debug with type
|
||||
#[cfg_attr(feature = "serde", derive(serde::Deserialize))]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum WithType {}
|
||||
|
||||
impl<T> Strategy<T> for WithType {
|
||||
|
||||
Reference in New Issue
Block a user