Add more Debug implementations
I generally like to implement Debug on these kind of types.
This commit is contained in:
parent
7d50d17369
commit
440d24ffa0
15 changed files with 38 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ use unicode_bidi::{bidi_class, BidiClass, BidiInfo, ParagraphInfo};
|
|||
|
||||
/// An iterator over the paragraphs in the input text.
|
||||
/// It is equivalent to [`core::str::Lines`] but follows `unicode-bidi` behaviour.
|
||||
#[derive(Debug)]
|
||||
pub struct BidiParagraphs<'text> {
|
||||
text: &'text str,
|
||||
info: alloc::vec::IntoIter<ParagraphInfo>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue