Trait rust_cef::CefHeaderName[][src]

pub trait CefHeaderName {
    fn cef_header_name(&self) -> CefResult;
}
Expand description

A trait that returns the “Name” CEF Header

Required methods

Implementors