[][src]Module dialog::backends

Backends that display dialog boxes.

All backends implement the Backend trait. Some backends might provide additional settings. For a list of supported backends, see the top-level crate documentation or the list of structs in this module.

Structs

Dialog

The dialog backend.

KDialog

The kdialog backend.

Stdio

The fallback backend using standard input and output.

Zenity

The zenity backend.

Traits

Backend

A dialog backend.