pub trait TestSubscriptionExt {
// Required method
fn errors_total_subscription(
&self,
interval: i64,
) -> BoxedSubscription<ErrorsTotalSubscription>;
}
pub trait TestSubscriptionExt {
// Required method
fn errors_total_subscription(
&self,
interval: i64,
) -> BoxedSubscription<ErrorsTotalSubscription>;
}