Docs.rs
sql-parse-0.10.1
sql-parse 0.10.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
antialize
Dependencies
Versions
90%
of the crate is documented
Go to latest version
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
☰
Span
Trait Implementations
Spanned
In sql_parse
?
Type Definition
sql_parse
::
Span
source
·
[
−
]
pub type Span =
Range
<
usize
>;
Expand description
Byte span of ast fragment
Trait Implementations
§
source
§
impl
Spanned
for
Span
source
§
fn
span
(&self) ->
Span
Compute byte span of an ast fragment
source
§
fn
join_span
(&self, other: &impl
OptSpanned
) ->
Span
Compute the minimal span containing both self and other