[][src]Crate sauron_native

Re-exports

pub use backend::Backend;
pub use widget::Widget;

Modules

backend
builder
event
util
widget

Structs

Callback

A generic sized representation of a function that can be attached to a Node. The callback will essentially be owned by the element

Program

Holds the app and the dom updater This is passed into the event listener and the dispatch program will be called after the event is triggered.

Enums

Event

A container for generic event and the common values needed for the user.

Value

Value is an abstraction of the values used in the actual backend. Html and gtk-rs have different set of compatible values therefore a need for a storage of these intermediate value is needed

Traits

Component

Type Definitions

Attribute
Element
Node
Patch