Docs.rs
deno_core-0.102.0
deno_core 0.102.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dsherret
bartlomieju
denobot
Dependencies
anyhow ^1.0.43
normal
futures ^0.3.16
normal
indexmap =1.6.2
normal
lazy_static ^1.4.0
normal
log ^0.4.14
normal
parking_lot ^0.11.1
normal
pin-project ^1.0.7
normal
rusty_v8 ^0.31.0
normal
serde ^1.0.129
normal
serde_json ^1.0.66
normal
serde_v8 ^0.14.0
normal
url ^2.2.2
normal
tokio ^1.10.1
dev
Versions
33.33%
of the crate is documented
Go to latest version
Platform
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
☰
Type Definition AnyError
Other items in
deno_core
::
error
?
Type Definition
deno_core
::
error
::
AnyError
[
−
]
[src]
pub type AnyError =
Error
;
Expand description
A generic wrapper that can encapsulate any concrete error type.