minicrossterm/src/ansi.rs

5 lines
134 B
Rust
Raw Normal View History

2020-03-10 23:38:38 +11:00
/// Wrapper type for write dynamic ansi string
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[doc(hidden)]
pub struct Ansi<T>(pub T);