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

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
[src]

Loading content...

Implementors

Loading content...