ToCef

Trait ToCef 

Source
pub trait ToCef:
    CefHeaderVersion
    + CefHeaderDeviceVendor
    + CefHeaderDeviceProduct
    + CefHeaderDeviceVersion
    + CefHeaderDeviceEventClassID
    + CefHeaderName
    + CefHeaderSeverity
    + CefExtensions {
    // Provided method
    fn to_cef(&self) -> CefResult { ... }
}
Expand description

This trait emits an ArcSight Common Event Format string by combining all the other traits that provide CEF headers and extensions.

Provided Methods§

Source

fn to_cef(&self) -> CefResult

Implementors§