I think I have the full extraction code.

This commit is contained in:
Tom Alexander
2020-05-09 21:30:54 -04:00
parent ae74ce411a
commit d2904913ad
3 changed files with 51 additions and 4 deletions

View File

@@ -100,8 +100,8 @@ pub struct Container<'a> {
#[derive(Clone, Debug, PartialEq)]
pub struct NamedBlock<'a> {
name: &'a str,
contents: Option<Body<'a>>,
pub name: &'a str,
pub contents: Option<Body<'a>>,
}
#[derive(Clone, Debug, PartialEq)]