Skip to main content

OpenMut

Trait OpenMut 

Source
pub trait OpenMut: Filesystem {
    // Required method
    fn open_mut(&self, path: &Path) -> Result<Self::FileMut>;
}

Required Methods§

Source

fn open_mut(&self, path: &Path) -> Result<Self::FileMut>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§