[][src]Trait fuse::RespondOnceBox

pub trait RespondOnceBox<Response>: Sealed + Send {
    fn ok(self: Box<Self>, response: &Response);
fn err(self: Box<Self>, err: Error); }

Required methods

fn ok(self: Box<Self>, response: &Response)

fn err(self: Box<Self>, err: Error)

Loading content...

Implementors

Loading content...