pub trait FileGuardExt { }
Expand description

Windows-specific extensions to FileGuard.

Implementors§

source§

impl<T> FileGuardExt for FileGuard<T>
where T: Deref<Target = File>,