browser-window 0.5.3

A simple async/await aware browser (GUI) toolkit.
1
initSidebarItems({"enum":[["Source","The type of content to display in a browser window"]],"struct":[["BrowserWindow","An owned browser window handle. When this handle goes out of scope, its resource get scheduled for cleanup."],["BrowserWindowBuilder","Used to create a [`BrowserWindow`] or [`BrowserWindowThreaded`] instance, depending on whether or not you have feature `threadsafe` enabled."],["BrowserWindowHandle","This is a handle to an existing browser window."],["BrowserWindowThreaded","Note: Only available with feature `threadsafe` enabled."]],"trait":[["OwnedBrowserWindow",""]],"type":[["BrowserDelegateFuture","The future that dispatches a closure on the GUI thread."]]});