Struct tui_logger::TuiLoggerTargetWidget [] [src]

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

This is the definition for the TuiLoggerTargetWidget, which allows configuration of the logger system and selection of log messages. It implements the EventListener trait, because it can enter event handlers to the dispatcher for the key commands.

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

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

impl<'b> Widget for TuiLoggerTargetWidget<'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.

impl<'b> EventListener<Event> for TuiLoggerTargetWidget<'b>
[src]

[src]

Hand over a Dispatcher to the widget.

Auto Trait Implementations

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

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