Trait rust_cef::ToCef [−][src]
pub trait ToCef: CefHeaderVersion + CefHeaderDeviceVendor + CefHeaderDeviceProduct + CefHeaderDeviceVersion + CefHeaderDeviceEventClassID + CefHeaderName + CefHeaderSeverity + CefExtensions { 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.