Docs.rs
git-snapshot-0.1.1
git-snapshot 0.1.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
rylio
Dependencies
anyhow ^1.0.57
normal
dirs ^4.0.0
normal
git2 ^0.14.4
normal
humantime-serde ^1.1.1
normal
log ^0.4.17
normal
notify ^5.0.0-pre.15
normal
pretty_env_logger ^0.4.0
normal
serde ^1.0.137
normal
serde_json ^1.0.81
normal
shellexpand ^2.1.0
normal
structopt ^0.3.26
normal
thiserror ^1.0.31
normal
tokio ^1.19.0
normal
tokio-stream ^0.1.9
normal
tempfile ^3.3.0
dev
Versions
0%
of the crate is documented
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
☰
Handler
Required Methods
handle
Implementors
In git_snapshot::watcher
?
Trait
git_snapshot
::
watcher
::
Handler
source
·
[
−
]
pub trait Handler { fn
handle
(&mut self, path:
PathBuf
); }
Required Methods
source
fn
handle
(&mut self, path:
PathBuf
)
Implementors
source
impl<F:
FnMut
(
PathBuf
)>
Handler
for F