cef_string_visitor_t

Implement this structure to receive string values asynchronously.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_string_visitor_t {
extern (System)
void function(cef_string_visitor_t* self, const(cef_string_t)* string) nothrow visit;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta