Docs.rs
file-guard-0.2.0
file-guard 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kalamay
Dependencies
vmap ^0.6
dev
libc ^0.2.109
normal
winapi ^0.3.9
normal
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
file_guard
0.2.0
FileGuardExt
Implementors
In file_guard::os::windows
?
Trait
file_guard
::
os
::
windows
::
FileGuardExt
source
·
[
−
]
pub trait FileGuardExt { }
Expand description
Windows-specific extensions to
FileGuard
.
Implementors
§
source
§
impl<T>
FileGuardExt
for
FileGuard
<T>
where T:
Deref
<Target =
File
>,