[−][src]Trait fuse::Respond
[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.