Struct tui_logger::TuiLoggerWidget [] [src]

pub struct TuiLoggerWidget<'b> { /* fields omitted */ }

The TuiLoggerWidget shows the logging messages in an endless scrolling view. It is controlled by a TuiWidgetState for selected events.

Methods

impl<'b> TuiLoggerWidget<'b>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'b> Default for TuiLoggerWidget<'b>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'b> Widget for TuiLoggerWidget<'b>
[src]

[src]

Draws the current state of the widget in the given buffer. That the only method required to implement a custom widget. Read more

[src]

Helper method to quickly set the background of all cells inside the specified area.

[src]

Helper method that can be chained with a widget's builder methods to render it.

Auto Trait Implementations

impl<'b> !Send for TuiLoggerWidget<'b>

impl<'b> !Sync for TuiLoggerWidget<'b>