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

Required Methods§

Implementors§