Docs.rs
lab-resource-manager-1.1.0
lab-resource-manager 1.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
KinjiKawaguchi
Dependencies
async-trait ^0.1.89
normal
chrono ^0.4.42
normal
chrono-tz ^0.10
normal
clap ^4.5
normal
google-calendar3 ^6.0.0
normal
reqwest ^0.12.24
normal
rustls ^0.23
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
slack-morphism ^2.16
normal
thiserror ^2.0
normal
tokio ^1.48.0
normal
tokio-util ^0.7
normal
toml ^0.9.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.11
normal
Versions
94.87%
of the crate is documented
Platform
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
Skip to main content
Files
lab_resource_manager/domain/
errors.rs
1
/// ドメイン層のエラーを表すマーカートレイト
2
pub trait
DomainError: std::error::Error + Send + Sync {}