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_outer_attr
parse_path
parse_token_trees
parse_ty_param_bound
parse_type
parse_where_clause
Crates
base64
byteorder
bytes
cfg_if
dtoa
futures
futures_cpupool
httparse
hyper
idna
iovec
itoa
language_tags
lazycell
libc
log
matches
mime
mio
net2
num_cpus
num_traits
percent_encoding
quote
rand
relay
safemem
scoped_tls
serde
serde_derive
serde_derive_internals
serde_json
slab
smallvec
syn
synom
take
time
tokio_core
tokio_io
tokio_proto
tokio_service
unicase
unicode_bidi
unicode_normalization
unicode_xid
url
url_serde
xkcd
Function
syn
::
parse_path
[
−
]
[src]
pub fn parse_path(input: &
str
) ->
Result
<
Path
,
String
>