Mounted

Trait Mounted 

Source
pub trait Mounted {
    // Required method
    fn mounted(self, mountpoint: &Path) -> Self;
}
Expand description

Mount directories inside the provided mountpoint

Required Methods§

Source

fn mounted(self, mountpoint: &Path) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Mounted for PathBuf

Source§

fn mounted(self, mountpoint: &Path) -> Self

Implementors§