Module pixel_widgets::node[][src]

Expand description

User interface building blocks

Structs

A node in a user interface element tree.

Traits

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