Skip to content

Commit

Permalink
docs: Clarify role of StyledStr
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 15, 2022
1 parent 1f3d5a3 commit 16c499c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/builder/styled_str.rs
@@ -1,4 +1,7 @@
/// Terminal-styling container
///
/// For now, this is the same as a [`Str`][crate::builder::Str]. This exists to reserve space in
/// the API for exposing terminal styling.
#[derive(Clone, Default, Debug, PartialEq, Eq)]
pub struct StyledStr {
#[cfg(feature = "color")]
Expand Down

0 comments on commit 16c499c

Please sign in to comment.