diff --git a/crossterm_style/src/objectstyle.rs b/crossterm_style/src/objectstyle.rs index bd63ee0..29acb91 100644 --- a/crossterm_style/src/objectstyle.rs +++ b/crossterm_style/src/objectstyle.rs @@ -7,7 +7,7 @@ use std::fmt::Display; use super::Attribute; /// Struct that contains the style properties that can be applied to a displayable object. -#[derive(Clone)] +#[derive(Debug, Clone)] pub struct ObjectStyle { pub fg_color: Option, pub bg_color: Option,