Skip to main content

kopitiam_document/
paragraph.rs

1#[derive(Debug, Clone, PartialEq)]
2pub struct Paragraph {
3    pub text: String,
4}