[][src]Trait fuse::Respond

pub trait Respond<R>: Respond {
    fn ok(self, response: &R);
fn err(self, err: ErrorCode);
fn into_async(self) -> RespondAsync<R>; }

[SEALED]

Required methods

fn ok(self, response: &R)

fn err(self, err: ErrorCode)

fn into_async(self) -> RespondAsync<R>

This is supported on feature="std" only.
Loading content...

Implementors

Loading content...