Introduce the document structure.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
pub trait Source<'s> {
|
||||
fn get_source(&'s self) -> &'s str;
|
||||
}
|
||||
use super::source::Source;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Object<'s> {
|
||||
|
||||
Reference in New Issue
Block a user