Function clams::console::ask_for_confirmation_from [] [src]

pub fn ask_for_confirmation_from<R: BufRead, W: Write>(
    reader: &mut R,
    writer: &mut W,
    prompt: &str,
    expected: &str
) -> Result<bool>