[][src]Trait fuse::RespondOnce

pub trait RespondOnce<Response>: Sealed + Send {
    fn ok(self, response: &Response);
fn err(self, err: Error);
fn into_box(self) -> Box<dyn RespondOnceBox<Response> + 'static>; }

Required methods

fn ok(self, response: &Response)

fn err(self, err: Error)

fn into_box(self) -> Box<dyn RespondOnceBox<Response> + 'static>

Loading content...

Implementors

Loading content...