WriteSchemaResponseReader

Trait WriteSchemaResponseReader 

Source
pub trait WriteSchemaResponseReader {
    // Required method
    fn written_at(&self) -> Option<&str>;
}

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl WriteSchemaResponseReader for WriteSchemaResponse

Implementors§