initSidebarItems({"enum":[["Status","An analog to `Result`, specialized for parsing."]],"macro":[["try_parse!","An analog to `try!`, but for `Progress`"]],"struct":[["Alternate","Follows the first successful parsing path."],["ParseMaster","The main entrypoint to parsing."],["Progress","Tracks where the parser currently is and if it is successful."],["StringPoint","Tracks the location of parsing in a string, the most common case."]],"trait":[["Point","A location in the parsed data"],["Recoverable","Indicate if an error should terminate all parsing."]],"type":[["Identifier","Matches a literal string to a specific type, usually an enum."]]});