Skip to main content

introspection_bytes

Function introspection_bytes 

Source
pub fn introspection_bytes(sdl: &str, format: &str) -> Vec<u8> 
Expand description

Build the schema representation bytes for the requested format.

format is the OutputType query param (SDL or JSON). Any other value falls back to SDL.