Skip to main content

render

Function render 

Source
pub fn render(
    index: &OperationIndex,
    filter: &ListFilter,
    output: ListOutput,
) -> (String, usize)
Expand description

Render selected operations as either an aligned table or JSON. Returns the rendered string and the count of matched operations.