Trait nebari::io::ManagedFile
source · [−]pub trait ManagedFile: File {
type Manager: FileManager<File = Self>;
}
Expand description
A file that is managed by a FileManager
.
Associated Types
type Manager: FileManager<File = Self>
type Manager: FileManager<File = Self>
The file manager that synchronizes file access across threads.