Docs.rs
contained-core-0.2.1
contained-core 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
paste ^1
normal
serde ^1
normal
optional
serde_derive ^1
normal
optional
serde_json ^1
normal
optional
thiserror ^2
normal
wasm-bindgen ^0.2
normal
optional
Versions
41.18%
of the crate is documented
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
Module error
contained_
core
0.2.1
Module error
Module Items
Enums
Type Aliases
In crate contained_
core
contained_core
Module
error
Copy item path
Source
Expand description
this module defines the core error type for the crate
Enums
§
Error
The custom error type for the crate.
Type Aliases
§
Result
a type alias for a
Result
configured to use the custom
Error
type.