Refactor config entry matching

This commit is contained in:
Dominik Werder
2023-06-14 14:21:28 +02:00
parent 4899d71022
commit c60243c646
15 changed files with 249 additions and 298 deletions

View File

@@ -144,7 +144,7 @@ impl BinnedQuery {
impl HasBackend for BinnedQuery {
fn backend(&self) -> &str {
&self.channel.backend
self.channel.backend()
}
}

View File

@@ -164,7 +164,7 @@ impl PlainEventsQuery {
impl HasBackend for PlainEventsQuery {
fn backend(&self) -> &str {
&self.channel.backend
self.channel.backend()
}
}