dialoguer/theme/
simple.rs

1use crate::theme::Theme;
2
3/// The default theme.
4pub struct SimpleTheme;
5
6impl Theme for SimpleTheme {}