pub trait TraceSchemaExt {
// Provided method
fn create_schema() -> Schema { ... }
}Provided Methods§
Sourcefn create_schema() -> Schema
fn create_schema() -> Schema
Define the Arrow schema for trace spans
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.