Skip to main content

render

Function render 

Source
pub fn render(
    format: Format,
    reply: &DecisionResponse,
    ids: &[String],
    width: usize,
) -> Result<String>
Expand description

reply’s answers to ids, in that order, in format. A table is kept within width columns. Ends with a newline.