[][src]Struct dialog::backends::Stdio

pub struct Stdio {}

The fallback backend using standard input and output.

This backend is intended as a fallback backend to use if no other backend is available. The dialogs are printed to the standard output and user input is read from the standard input.

Methods

impl Stdio[src]

pub fn new() -> Stdio[src]

Creates a new Stdio instance.

Trait Implementations

impl Backend for Stdio[src]

impl AsRef<Stdio> for Stdio[src]

impl Default for Stdio[src]

impl Debug for Stdio[src]

Auto Trait Implementations

impl Send for Stdio

impl Sync for Stdio

impl Unpin for Stdio

impl UnwindSafe for Stdio

impl RefUnwindSafe for Stdio

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]