[][src]Trait suricata_ipc::prelude::Observable

pub trait Observable {
    fn timestamp(&self) -> DateTime<Utc>;
fn key(&self) -> Option<IdsKey>; }

Required methods

fn timestamp(&self) -> DateTime<Utc>

fn key(&self) -> Option<IdsKey>

Loading content...

Implementors

impl Observable for Message[src]

Loading content...