[][src]Trait bandsocks::Mount

pub trait Mount {
    pub fn mount(
        &self,
        fs: &mut Filesystem,
        path: &Path
    ) -> Result<(), VFSError>; }

A trait for the ability to mount into a container's filesystem

Required methods

pub fn mount(&self, fs: &mut Filesystem, path: &Path) -> Result<(), VFSError>[src]

Loading content...

Implementors

impl Mount for SharedStream[src]

Loading content...