Skip to main content

TraceSchemaExt

Trait TraceSchemaExt 

Source
pub trait TraceSchemaExt {
    // Provided method
    fn create_schema() -> Schema { ... }
}

Provided Methods§

Source

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.

Implementors§