[][src]Trait rust_cef::CefExtensions

pub trait CefExtensions {
    fn cef_extensions(&self) -> CefResult;
}

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

Loading content...

Implementors

Loading content...