Docs.rs
scsys-0.2.7
scsys 0.2.7
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
scsys-config ^0.2.7
normal
optional
scsys-core ^0.2.7
normal
scsys-crypto ^0.2.7
normal
optional
scsys-derive ^0.2.7
normal
optional
scsys-macros ^0.2.7
normal
optional
scsys-traits ^0.2.7
normal
optional
scsys-util ^0.2.7
normal
optional
anyhow ^1
dev
criterion ^0.6
dev
lazy_static ^1
dev
serde ^1
dev
serde_json ^1
dev
Versions
50%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
scsys
0.2.7
Error
Kind
Implementors
In crate scsys
scsys
Trait
ErrorKind
Copy item path
Source
pub trait ErrorKind { }
Expand description
this trait is used to denote various
error kinds
for use throughout the sdk
Implementors
§
Source
§
impl<T>
ErrorKind
for T
where T:
AsRef
<
str
>,