Introduce the document structure.
This commit is contained in:
3
src/parser/source.rs
Normal file
3
src/parser/source.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub trait Source<'s> {
|
||||
fn get_source(&'s self) -> &'s str;
|
||||
}
|
||||
Reference in New Issue
Block a user