Skip to main content

render

Function render 

Source
pub fn render(schema: &RncSchema) -> String
Expand description

Format an RncSchema as a string (convenience wrapper around Display).

This produces the same output as schema.to_string() but makes the intent explicit.