Docs.rs
kproc-parser-0.0.1-beta.7
kproc-parser 0.0.1-beta.7
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vincenzopalazzo
Dependencies
proc-macro2 ^1.0
normal
optional
Versions
33.81%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kproc_
parser
0.0.1-beta.7
In kproc_
parser::
rust::
core
Functions
check_and_parse_bounds
check_and_parse_dyn
check_and_parse_fn_qualifier
check_and_parse_fn_tok
check_and_parse_generics_params
check_and_parse_lifetime
check_and_parse_mut
check_and_parse_ref
check_and_parse_return_type
check_and_parse_visibility
check_identifier
check_identifiers
check_is_fun_with_visibility
check_raw_toks
check_tok
kproc_parser
::
rust
::
core
Function
check_identifier
Copy item path
Settings
Help
Summary
Source
pub fn check_identifier(toks: &
KTokenStream
, ident: &
str
, step:
usize
) ->
bool