styled_buf

Macro styled_buf 

Source
macro_rules! styled_buf {
    ($($part:expr),* $(,)*) => { ... };
}
Expand description

Macro to easily compose StyledBuf for use in prompt implementation

Note need crossterm::style::Stylize