pub trait JsonSchemas {
    // Required method
    fn get() -> JsonSchemasGetResponse;
}

Required Methods§

Implementors§