[][src]Trait yaga::Dialogue

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

Required methods

fn compose(prompt: &str) -> Result<Self> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl Dialogue for String[src]

impl Dialogue for i8[src]

impl Dialogue for i16[src]

impl Dialogue for i32[src]

impl Dialogue for i64[src]

impl Dialogue for u8[src]

impl Dialogue for u16[src]

impl Dialogue for u32[src]

impl Dialogue for u64[src]

impl Dialogue for f32[src]

impl Dialogue for f64[src]

impl Dialogue for usize[src]

impl Dialogue for isize[src]

impl Dialogue for bool[src]

Loading content...

Implementors

Loading content...