Trait dialoguer_trait::Dialogue[][src]

pub trait Dialogue {
    fn compose(prompt: &str) -> Result<Self>
    where
        Self: Sized
; }

Required methods

Implementations on Foreign Types

Implementors