Trait rust_cef::CefHeaderDeviceProduct[][src]

pub trait CefHeaderDeviceProduct {
    fn cef_header_device_product(&self) -> CefResult;
}
Expand description

A trait that returns the “DeviceProduct” CEF Header

Required methods

Implementors