[][src]Trait fuse::io::ServerChannel

pub trait ServerChannel: Channel {
    fn try_clone(&self) -> Result<Self, Self::Error>
    where
        Self: Sized
; }

Required methods

fn try_clone(&self) -> Result<Self, Self::Error> where
    Self: Sized

Loading content...

Implementors

impl ServerChannel for DevCuseChannel[src]

impl ServerChannel for DevFuseChannel[src]

Loading content...