syntex_syntax
::
parse
Modules
attr
classify
common
lexer
obsolete
parser
token
Structs
ParseSess
Functions
byte_lit
byte_str_lit
char_lit
filemap_to_parser
filemap_to_tts
float_lit
integer_lit
maybe_aborted
new_parser_from_file
new_parser_from_source_str
new_parser_from_tts
new_sub_parser_from_file
parse_crate_attrs_from_file
parse_crate_attrs_from_source_str
parse_crate_from_file
parse_crate_from_source_str
parse_expr_from_source_str
parse_item_from_source_str
parse_meta_from_source_str
parse_stmt_from_source_str
parse_tts_from_source_str
raw_str_lit
str_lit
tts_to_parser
syntex_syntax
::
parse
::
PResult
[
−
]
[src]
type PResult<T> =
Result
<T,
FatalError
>;