pub struct Parser { } pub struct Text { value: String, } pub struct Heading { size: u8, value: Text, }