Skip to main content

ToStringifiedPlan

Trait ToStringifiedPlan 

Source
pub trait ToStringifiedPlan {
    // Required method
    fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan;
}
Expand description

Trait for something that can be formatted as a stringified plan

Required Methods§

Source

fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan

Create a stringified plan with the specified type

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§