pub struct TuiLoggerSmartWidget { /* private fields */ }
Expand description

The Smart Widget combines the TuiLoggerWidget and the TuiLoggerTargetWidget into a nice combo, where the TuiLoggerTargetWidget can be shown/hidden.

In the title the number of logging messages/s in the whole buffer is shown.

Implementations§

Trait Implementations§

Returns the “default value” for a type. Read more
Hand over a Dispatcher to the widget.

Nothing to draw for combo widget

Helper method that can be chained with a widget’s builder methods to render it.
Helper method to quickly set the background of all cells inside the specified area.

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.