Docs.rs
torrust-tracker-located-error-3.0.0
torrust-tracker-located-error 3.0.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
josecelano
da2ce7
Dependencies
tracing ^0
normal
thiserror ^1
dev
Versions
75%
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
DynError
torrust_
tracker_
located_
error
3.0.0
DynError
Aliased Type
Trait Implementations
Into<LocatedError<'a, dyn Error + Send + Sync>>
In crate torrust_
tracker_
located_
error
torrust_tracker_located_error
Type Alias
DynError
Copy item path
Source
pub type DynError =
Arc
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
§
pub struct DynError {
/* private fields */
}
Trait Implementations
§
Source
§
impl<'a>
Into
<
LocatedError
<'a, dyn
Error
+
Send
+
Sync
>> for
DynError
Source
§
fn
into
(self) ->
LocatedError
<'a, dyn
Error
+
Send
+
Sync
>
Converts this type into the (usually inferred) input type.