Docs.rs
lash-core-0.1.0-alpha.1
lash-core 0.1.0-alpha.1
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
SamGalanakis
Dependencies
arc-swap ^1
normal
async-trait ^0.1
normal
chrono ^0.4
normal
futures-util ^0.3
normal
jsonschema ^0.18
normal
lash-sansio =0.1.0-alpha.1
normal
lash-trace =0.1.0-alpha.1
normal
libc ^0.2
normal
regex ^1
normal
reqwest ^0.13
normal
schemars ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
uuid ^1
normal
Versions
8.33%
of the crate is documented
Go to latest stable release
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
CheckpointHookHost
lash_
core
0.1.0-alpha.1
Checkpoint
Hook
Host
Implementors
In lash_
core::
plugin::
runtime_
host
lash_core
::
plugin
::
runtime_host
Trait
Checkpoint
Hook
Host
Copy item path
Source
pub trait CheckpointHookHost:
SessionLifecycleHost
+
TraceHost
{ }
Implementors
§
Source
§
impl<T>
CheckpointHookHost
for T
where T:
SessionLifecycleHost
+
TraceHost
+ ?
Sized
,