text

Function text 

Source
pub fn text<S: AsRef<str>>(content: S) -> ElifResponse
Expand description

Create a plain text response

Simple equivalent: return response($text)