syn
Modules
parse
visit
Structs
AngleBracketedParameterData
Attribute
BareFnArg
BareFnTy
ByteStrLit
Delimited
DeriveInput
Field
FloatLit
Generics
Ident
ImplGenerics
IntLit
Lifetime
LifetimeDef
Mac
MutTy
ParenthesizedParameterData
Path
PathSegment
PolyTraitRef
QSelf
StrLit
Turbofish
TyGenerics
TyParam
TypeBinding
Variant
WhereBoundPredicate
WhereClause
WhereEqPredicate
WhereRegionPredicate
Enums
Abi
AttrStyle
BinOp
BinOpToken
Body
ConstExpr
DelimToken
FloatTy
FunctionRetTy
IntTy
Lit
MetaItem
Mutability
NestedMetaItem
PathParameters
StrStyle
Token
TokenTree
TraitBoundModifier
Ty
TyParamBound
UnOp
Unsafety
VariantData
Visibility
WherePredicate
Functions
parse_derive_input
parse_ident
parse_path
parse_token_trees
parse_ty_param_bound
parse_type
parse_where_clause
Crates
antidote
apiai
bitflags
chrono
dtoa
foreign_types
httparse
hyper
hyper_native_tls
idna
itoa
language_tags
lazy_static
libc
log
matches
mime
native_tls
num
num_cpus
num_integer
num_iter
num_traits
openssl
openssl_sys
quote
rand
rustc_serialize
serde
serde_codegen_internals
serde_derive
serde_json
syn
synom
time
traitobject
typeable
unicase
unicode_bidi
unicode_normalization
unicode_xid
url
uuid
Function
syn
::
parse_path
[
−
]
[src]
pub fn parse_path(input: &
str
) ->
Result
<
Path
,
String
>