Skip to main content

Filesystem

Trait Filesystem 

Source
pub trait Filesystem {
    type File: Pread + Len;
    type FileMut: Pread + Pwrite + SyncData + Truncate + Len;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§