Docs.rs
nami-core-0.3.1
nami-core 0.3.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lexoliu
Dependencies
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
WatcherGuard
nami_
core
0.3.1
Watcher
Guard
Implementations on Foreign Types
()
(T1, T2)
Box<T>
Option<T>
Rc<T>
Result<T, E>
Implementors
In nami_
core::
watcher
nami_core
::
watcher
Trait
Watcher
Guard
Copy item path
Source
pub trait WatcherGuard: 'static { }
Expand description
A guard that ensures proper cleanup of watchers when dropped.
Implementations on Foreign Types
§
Source
§
impl
WatcherGuard
for
()
Source
§
impl<T1:
WatcherGuard
, T2:
WatcherGuard
>
WatcherGuard
for
(T1, T2)
Source
§
impl<T: 'static>
WatcherGuard
for
Option
<T>
Source
§
impl<T:
WatcherGuard
+ ?
Sized
>
WatcherGuard
for
Box
<T>
Source
§
impl<T:
WatcherGuard
+ ?
Sized
>
WatcherGuard
for
Rc
<T>
Source
§
impl<T:
WatcherGuard
, E:
WatcherGuard
>
WatcherGuard
for
Result
<T, E>
Implementors
§
Source
§
impl<F:
FnOnce
() + 'static>
WatcherGuard
for
OnDrop
<F>
Source
§
impl<T>
WatcherGuard
for
WatcherManagerGuard
<T>