initSidebarItems({"constant":[["CHARACTER","A committed parser that reads one character."],["TOKEN","A committed parser that reads one token."]],"enum":[["MaybeParseResult","The result of a parse."],["ParseResult","The result of a parse."]],"fn":[["character","An uncommitted parser that reads one character."],["token","An uncommitted parser that reads one token."]],"mod":[["impls","Provide implementations of parser traits."]],"trait":[["Boxable","A trait for boxable parsers."],["Committed","A trait for committed parsers."],["Consumer","A trait for consumers of data, typically buffers."],["Factory","A trait for factories."],["Function","A trait for one-argument functions."],["Parser","A trait for stateless parsers."],["Stateful","A trait for stateful parsers."],["Uncommitted","A trait for uncommitted parsers."]]});