Skip to main content

ReadSchemaResponseReader

Trait ReadSchemaResponseReader 

Source
pub trait ReadSchemaResponseReader {
    // Required methods
    fn schema_text(&self) -> &str;
    fn read_at(&self) -> Option<&str>;
}

Required Methods§

Source

fn schema_text(&self) -> &str

Source

fn read_at(&self) -> Option<&str>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ReadSchemaResponseReader for ReadSchemaResponse

Source§

fn schema_text(&self) -> &str

Source§

fn read_at(&self) -> Option<&str>

Implementors§