[][src]Trait rust_cef::CefExtensions

pub trait CefExtensions {
    fn cef_extensions(
        &self,
        collector: &mut HashMap<String, String>
    ) -> CefExtensionsResult; }

A trait that returns CEF Extensions. This is a roll-up trait that should ideally take into account any CEF extensions added by sub-fields or sub-objects from the object on which this is implemented.

Required methods

fn cef_extensions(
    &self,
    collector: &mut HashMap<String, String>
) -> CefExtensionsResult

Loading content...

Implementors

Loading content...