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

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

Required methods

pub fn timestamp(&self) -> DateTime<Utc>[src]

pub fn key(&self) -> Option<IdsKey>[src]

Loading content...

Implementors

impl Observable for Message[src]

Loading content...