Module node

Module node 

Source
Expand description

User interface building blocks

Structs§

Node
A node in a user interface element tree.

Traits§

IntoNode
Convert widget to a Node. All widgets should implement this trait. It is also implemented by Node itself, which simply returns self.