Docs.rs
locktree-0.3.0
locktree 0.3.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Ereski
Dependencies
locktree-derive ^0.3
normal
tokio ^0.2
normal
optional
tokio ^0.2
dev
trybuild ^1.0
dev
Versions
3.03%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
locktree
0.3.0
Plug
Lifetime
Required Associated Types
Type
Implementors
In locktree::
plug
locktree
::
plug
Trait
PlugLifetime
Copy item path
Source
pub trait PlugLifetime<'a> { type
Type
; }
Required Associated Types
§
Source
type
Type
Implementors
§
Source
§
impl<'a, T>
PlugLifetime
<'a> for
H1MutexLockGuard
<T>
where T: 'static,
Source
§
type
Type
=
MutexGuard
<'a, T>
Source
§
impl<'a, T>
PlugLifetime
<'a> for
H1RwLockReadGuard
<T>
where T: 'static,
Source
§
type
Type
=
RwLockReadGuard
<'a, T>
Source
§
impl<'a, T>
PlugLifetime
<'a> for
H1RwLockWriteGuard
<T>
where T: 'static,
Source
§
type
Type
=
RwLockWriteGuard
<'a, T>