Docs.rs
syn-pub-items-0.15.30
syn-pub-items 0.15.30
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
swfsql
Dependencies
proc-macro2 ^0.4.4
normal
quote ^0.6
normal
optional
unicode-xid ^0.1
normal
colored ^1.7
dev
insta ^0.7
dev
rayon ^1.0
dev
regex ^1.0
dev
walkdir ^2.1
dev
Versions
24.56%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IntoSpans
syn_
pub_
items
0.15.30
Into
Spans
Required Methods
into_spans
Implementations on Foreign Types
Span
Span
Span
[Span; 1]
[Span; 2]
[Span; 3]
Implementors
In syn_
pub_
items::
span
syn_pub_items
::
span
Trait
Into
Spans
Copy item path
Source
pub trait IntoSpans<S> { // Required method fn
into_spans
(self) -> S; }
Required Methods
§
Source
fn
into_spans
(self) -> S
Implementations on Foreign Types
§
Source
§
impl
IntoSpans
<[
Span
;
1
]> for
Span
Source
§
fn
into_spans
(self) -> [
Span
;
1
]
Source
§
impl
IntoSpans
<[
Span
;
1
]> for [
Span
;
1
]
Source
§
fn
into_spans
(self) -> [
Span
;
1
]
Source
§
impl
IntoSpans
<[
Span
;
2
]> for
Span
Source
§
fn
into_spans
(self) -> [
Span
;
2
]
Source
§
impl
IntoSpans
<[
Span
;
2
]> for [
Span
;
2
]
Source
§
fn
into_spans
(self) -> [
Span
;
2
]
Source
§
impl
IntoSpans
<[
Span
;
3
]> for
Span
Source
§
fn
into_spans
(self) -> [
Span
;
3
]
Source
§
impl
IntoSpans
<[
Span
;
3
]> for [
Span
;
3
]
Source
§
fn
into_spans
(self) -> [
Span
;
3
]
Implementors
§
Source
§
impl<S>
IntoSpans
<S> for
TokenMarker