pub trait SchemaTestExt {
// Required method
fn format_snapshot(&self) -> String;
}Required Methods§
Sourcefn format_snapshot(&self) -> String
fn format_snapshot(&self) -> String
Formats a record batch in a snapshot-friendly way.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".