Skip to main content

WriteSchemaResponseReader

Trait WriteSchemaResponseReader 

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

Required Methods§

Source

fn written_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 WriteSchemaResponseReader for WriteSchemaResponse

Implementors§