Docs.rs
typomania-0.1.0
typomania 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
LawnGnome
Dependencies
bitflip ^0.1.0
normal
itertools ^0.11.0
normal
rayon ^1.7.0
normal
thiserror ^1.0.47
normal
tracing ^0.1.37
normal
clap ^4.4.5
dev
Versions
40.91%
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
☰
BoxError
Aliased type
Trait Implementations
Deref
In typomania
?
Type Alias
typomania
::
BoxError
source
·
[
−
]
pub type BoxError =
Box
<dyn
Error
>;
Aliased Type
§
struct BoxError(/* private fields */);
Trait Implementations
§
1.0.0
·
source
§
impl<T, A>
Deref
for
Box
<T, A>
where A:
Allocator
, T: ?
Sized
,
§
type
Target
= T
The resulting type after dereferencing.
source
§
fn
deref
(&self) ->
&T
Dereferences the value.