Docs.rs
chandeliers-err-0.2.2
chandeliers-err 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Vanille-N
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
Versions
0%
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
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
☰
chandeliers_err
0.2.2
TrySpan
Provided Methods
try_span
Implementations on Foreign Types
&T
Option<T>
Span
Implementors
In crate chandeliers_err
?
Trait
chandeliers_err
::
TrySpan
source
·
[
−
]
pub trait TrySpan { // Provided method fn
try_span
(&self) ->
Option
<
Span
> { ... } }
Provided Methods
§
source
fn
try_span
(&self) ->
Option
<
Span
>
Implementations on Foreign Types
§
source
§
impl
TrySpan
for
Span
source
§
fn
try_span
(&self) ->
Option
<
Span
>
source
§
impl<T:
TrySpan
>
TrySpan
for
Option
<T>
source
§
fn
try_span
(&self) ->
Option
<
Span
>
source
§
impl<T:
TrySpan
>
TrySpan
for
&T
source
§
fn
try_span
(&self) ->
Option
<
Span
>
Implementors
§