std::str::Words
[−]
[src]
type Words<'a> = SplitWhitespace<'a>;
Deprecated since 1.1.0
: struct Words is being replaced by struct SplitWhitespace
type Words<'a> = SplitWhitespace<'a>;
: struct Words is being replaced by struct SplitWhitespace
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)