pub fn render(schema: &RncSchema) -> String
Format an RncSchema as a string (convenience wrapper around Display).
RncSchema
Display
This produces the same output as schema.to_string() but makes the intent explicit.
schema.to_string()