Trait dilla_renderer::renderer::Output
source · pub trait Output: Debug {
// Required methods
fn to_output_string(&self, output: &str) -> String;
fn to_output(&self) -> Value;
}
Expand description
Generate the response based on output type.