pub unsafe extern "C" fn cef_browser_view_get_for_browser(
browser: *mut _cef_browser_t,
) -> *mut cef_browser_view_tExpand description
Returns the BrowserView associated with |browser|.
pub unsafe extern "C" fn cef_browser_view_get_for_browser(
browser: *mut _cef_browser_t,
) -> *mut cef_browser_view_tReturns the BrowserView associated with |browser|.