Docs.rs
cf-modkit-0.2.7
cf-modkit 0.2.7
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Artifizer
Dependencies
anyhow ^1.0
normal
arc-swap ^1.7
normal
async-trait ^0.1
normal
axum ^0.8
normal
cf-system-sdks ^0.1.9
normal
chrono ^0.4
normal
optional
dashmap ^6.1
normal
dsn ^1.1.1
normal
optional
figment ^0.10
normal
file-rotate ^0.8
normal
optional
futures-core ^0.3
normal
futures-util ^0.3
normal
gts ^0.7.8
normal
gts-macros ^0.7.8
normal
http ^1.3
normal
inventory ^0.3
normal
cf-modkit-db ^0.2.7
normal
optional
cf-modkit-errors ^0.2.7
normal
cf-modkit-macros ^0.2.7
normal
cf-modkit-odata ^0.2.7
normal
cf-modkit-sdk ^0.2.7
normal
opentelemetry ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
parking_lot ^0.12
normal
regex ^1.10
normal
optional
schemars ^0.8
normal
sea-orm-migration ^1.1
normal
optional
serde ^1.0
normal
serde-saphyr ^0.0.16
normal
optional
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.47
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tonic ^0.14
normal
optional
tracing ^0.1
normal
tracing-appender ^0.2
normal
optional
tracing-log ^0.2
normal
optional
tracing-opentelemetry ^0.32
normal
optional
tracing-subscriber ^0.3
normal
optional
url ^2.5
normal
optional
urlencoding ^2.1
normal
utoipa ^5.4
normal
uuid ^1.19
normal
zip ^2.3
normal
httpmock ^0.8
dev
cf-modkit-db ^0.2.7
dev
temp-env ^0.3
dev
tempfile ^3
dev
tower ^0.5
dev
trybuild ^1
dev
zip ^2.3
build
nix ^0.29
normal
Versions
52.75%
of the crate is documented
Go to latest version
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
HandlerSlot
modkit
0.2.7
Handler
Slot
Required Associated Types
Slot
Implementors
In modkit::
api::
operation_
builder
modkit
::
api
::
operation_builder
Trait
Handler
Slot
Copy item path
Source
pub trait HandlerSlot<S>: Sealed { type
Slot
; }
Required Associated Types
§
Source
type
Slot
Implementors
§
Source
§
impl<S>
HandlerSlot
<S> for
Missing
Source
§
type
Slot
=
()
Source
§
impl<S>
HandlerSlot
<S> for
Present
Source
§
type
Slot
=
MethodRouter
<S>