Docs.rs
a-mutex-0.1.2
a-mutex 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
cfsnyder
Dependencies
anyhow ^1
normal
async-trait ^0
normal
auto_impl ^1
normal
bb8-redis ^0.11
normal
rand ^0.8
normal
redis ^0.21
normal
serde ^1
normal
tokio ^1
normal
tracing ^0
normal
testcontainers ^0.14.0
dev
Versions
0%
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
GuardLt
a_mutex
0.1.2
GuardLt
Required Associated Types
Guard
Implementors
In crate a_
mutex
a_mutex
Trait
GuardLt
Copy item path
Source
pub trait GuardLt<'a, T> { type
Guard
:
Guard
<T>; }
Required Associated Types
§
Source
type
Guard
:
Guard
<T>
Implementors
§
Source
§
impl<'a, T>
GuardLt
<'a, T> for
LocalGuardCtor
<T>
where T:
Send
+
Sync
+ 'static,
Source
§
type
Guard
=
LocalGuard
<'a, T>
Source
§
impl<'a, T>
GuardLt
<'a, T> for
RedisGuardCtor
<T>
where T:
FromRedisValue
+
ToRedisArgs
+
Send
+
Sync
+ 'static,
Source
§
type
Guard
=
RedisGuard
<'a, T>