[][src]Trait hermit::x86_64::kernel::fuse::FuseInterface

pub trait FuseInterface {
    fn send_command<S, T>(
        &mut self,
        cmd: Cmd<S>,
        rsp: Option<Rsp<T>>
    ) -> Option<Rsp<T>>
    where
        S: FuseIn + Debug,
        T: FuseOut + Debug
; }

Required methods

fn send_command<S, T>(
    &mut self,
    cmd: Cmd<S>,
    rsp: Option<Rsp<T>>
) -> Option<Rsp<T>> where
    S: FuseIn + Debug,
    T: FuseOut + Debug

Loading content...

Implementors

impl<'_> FuseInterface for VirtioFsDriver<'_>[src]

Loading content...