This commit is contained in:
Tom Alexander 2023-09-02 18:21:43 -04:00
parent 66d10a7a1b
commit 54825538e4
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ impl<'r> std::fmt::Debug for ExitMatcherNode<'r> {
}
}
#[derive(Debug)]
pub struct GlobalSettings<'s> {
placeholder: Option<&'s str>,
}
@ -135,6 +136,7 @@ impl<'s> GlobalSettings<'s> {
}
}
#[derive(Debug)]
pub struct Context<'r, 's> {
global_settings: &'s GlobalSettings<'s>,
tree: List<'r, ContextElement<'r, 's>>,