Docs.rs
vue-compiler-core-0.1.0
vue-compiler-core 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
HerringtonDarkholme
Dependencies
bitflags ^1.3
normal
json ^0.12.4
normal
rslint_parser ^0.3.0
normal
rustc-hash ^1.1.0
normal
serde ^1.0
normal
optional
smallvec ^1.7.0
normal
insta ^1.8.0
dev
Versions
19.14%
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
vue_
compiler_
core
0.1.0
Token
Source
Implementors
In vue_
compiler_
core::
scanner
vue_compiler_core
::
scanner
Trait
TokenSource
Copy item path
Source
pub trait TokenSource<'a>:
FusedIterator
<Item =
Token
<'a>> +
FlagCDataNs
+
Locatable
{ }
Implementors
§
Source
§
impl<'a, C>
TokenSource
<'a> for
Tokens
<'a, C>
where C:
ErrorHandler
,