pub struct HeaderStartToken(pub u8); pub struct WhitespaceToken; pub struct LinebreakToken; pub struct WordToken(pub String);