Trait ServerChannel
fuse::io
pub trait ServerChannel: Channel { fn try_clone(&self) -> Result<Self, Self::Error> where Self: Sized; }
fn try_clone(&self) -> Result<Self, Self::Error> where Self: Sized,
impl ServerChannel for DevCuseChannel
fn try_clone(&self) -> Result<Self, Error>
impl ServerChannel for DevFuseChannel