pub struct Stack<'a, Message = ()> { /* private fields */ }
Expand description

A stack of widgets, will draw the including widgets back to front

Implementations

Trait Implementations

the (width, height) of the content it will be the hint for layouts to calculate the final size Read more
given a key event, emit zero or more messages typical usage is the mouse click event where containers would pass the event down to their children. Read more
same as on_event except that the self reference is mutable

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.