pub fn displayable(plan: &dyn ExecutionPlan) -> DisplayableExecutionPlan<'_>
Expand description

Return a wrapper around an ExecutionPlan which can be displayed in various easier to understand ways.