Trait rust_cef::CefHeaderDeviceVendor[][src]

pub trait CefHeaderDeviceVendor {
    fn cef_header_device_vendor(&self) -> CefResult;
}
Expand description

A trait that returns the “DeviceVendor” CEF Header

Required methods

Implementors