[−][src]Trait fuse::os::linux::FuseMount   
This is supported on Linux and 
feature="std" only.Associated Types
type Channel: FuseServerChannel
This is supported on Linux and 
feature="std" only.Required methods
fn fuse_mount(
    self, 
    mount_target: &Path
) -> Result<Self::Channel, <Self::Channel as Channel>::Error>
self,
mount_target: &Path
) -> Result<Self::Channel, <Self::Channel as Channel>::Error>
This is supported on Linux and 
feature="std" only.Implementors
impl FuseMount for LibcFuseMount[src]
type Channel = DevFuseChannel
This is supported on Linux and 
feature="std" only.fn fuse_mount(self, mount_target: &Path) -> Result<DevFuseChannel>[src]
impl FuseMount for SyscallFuseMount[src]
type Channel = DevFuseChannel
This is supported on Linux and 
feature="std" only.