[][src]Module crossterm::utils

Shared utilities.

Utils

Structs

Output

When executed, this command will output the given displayable to the buffer.

Enums

ErrorKind

Wrapper for all errors that can occur in crossterm.

Traits

Command

A command is an action that can be performed on the terminal.

ExecutableCommand

A trait that defines behaviour for a command that will be executed immediately.

QueueableCommand

A trait that defines behaviour for a command that can be used to be executed at a later time point. This can be used in order to get more performance.

Type Definitions

Result

The crossterm result type.