Skip to main content

write_table

Function write_table 

Source
pub fn write_table<W: Write>(
    writer: &mut W,
    namespaces: &[NamespaceInfo],
    verbose: bool,
) -> Result<()>
Expand description

Writes namespaces as a table to the given writer.

ยงErrors

Returns an error if writing fails.