Docs.rs
gearbox-3.0.0
gearbox 3.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KatsuoRyuu
Dependencies
apache-avro ^0.16.0
normal
optional
base64 ^0.22.0
normal
optional
bs58 ^0.5.1
normal
optional
bson ^2.10.0
normal
optional
bytes ^1.6.0
normal
derive_more ^0.99.17
normal
didkit ^0.6.0
normal
optional
dirs ^5.0.1
normal
optional
erased-serde ^0.4.5
normal
flexbuffers ^2.0.0
normal
optional
futures ^0.3.30
normal
gearbox-macros ^0.0.1
normal
hashbrown ^0.14.5
normal
hex ^0.4.3
normal
optional
hmac ^0.13.0-pre.3
normal
optional
js-sys ^0.3.69
normal
optional
json5 ^0.4.1
normal
optional
libc ^0.2.155
normal
num-traits ^0.2.19
normal
postcard ^1.0.8
normal
optional
regex ^1.10.5
normal
reqwest ^0.12.4
normal
optional
rmp-serde ^1.3.0
normal
optional
ron ^0.9.0-alpha.0
normal
optional
semver ^1.0.23
normal
serde ^1
normal
serde-lexpr ^0.1.3
normal
optional
serde-pickle ^1.1.1
normal
optional
serde-xml-rs ^0.6.0
normal
optional
serde_cbor ^0.11.2
normal
optional
serde_derive ^1.0.203
normal
serde_json ^1
normal
optional
serde_qs ^0.13.0
normal
optional
serde_yaml ^0.9.33
normal
optional
sha2 ^0.11.0-pre.3
normal
optional
spin ^0.9.8
normal
toml ^0.8.12
normal
optional
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
uniffi ^0.28
normal
uniffi_macros ^0.28
normal
url ^2.5.1
normal
web-sys ^0.3.69
normal
optional
http-body-util ^0.1
dev
hyper ^1
dev
hyper-util ^0.1
dev
tokio ^1
dev
wasm-bindgen-test ^0.3.42
dev
tokio ^1
normal
wasm-bindgen ^0.2.92
normal
wasm-bindgen-futures ^0.4.42
normal
Versions
23.07%
of the crate is documented
Platform
aarch64-apple-darwin
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
AnyMutBoxError
gearbox
3.0.0
AnyMut
BoxError
Required Methods
as_any_mut
Implementors
In gearbox::
error::
tracer
gearbox
::
error
::
tracer
Trait
AnyMut
BoxError
Copy item path
Source
pub trait AnyMutBoxError:
Any
{ // Required method fn
as_any_mut
(&mut self) ->
Box
<&mut dyn
Any
>; }
Required Methods
§
Source
fn
as_any_mut
(&mut self) ->
Box
<&mut dyn
Any
>
Implementors
§
Source
§
impl<T:
ErrorDebug
>
AnyMutBoxError
for T