Skip to main content

Open

Trait Open 

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

Required Methods§

Source

fn open(&self, path: &Path) -> Result<Self::File>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§