1 2 3 4 5 6 7
use crate::view::{Colors, Style}; pub struct StatusLineData { pub content: String, pub style: Style, pub colors: Colors, }