1
2
3
4
#[derive(Debug, Deserialize, PartialEq, Eq, Clone)]
pub struct FilterOutput {
  pub stream_label: String,
}