Skip to main content

SchemaTestExt

Trait SchemaTestExt 

Source
pub trait SchemaTestExt {
    // Required method
    fn format_snapshot(&self) -> String;
}

Required Methods§

Source

fn format_snapshot(&self) -> String

Formats a record batch in a snapshot-friendly way.

Implementations on Foreign Types§

Source§

impl SchemaTestExt for Schema

Implementors§