Define greater and lesser elements.

This commit is contained in:
Tom Alexander
2023-03-23 17:26:07 -04:00
parent 66befc66a9
commit 35d60c10ba
5 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#[derive(Debug)]
pub struct Paragraph<'s> {
pub source: &'s str,
}