dialoguer-ext 0.11.0

A fork of dialoguer: A command line prompting library.
Documentation
1
2
3
4
5
6
use crate::theme::Theme;

/// The default theme.
pub struct SimpleTheme;

impl Theme for SimpleTheme {}