Skip to main content

SelectColumn

Trait SelectColumn 

Source
pub trait SelectColumn {
    // Required method
    fn build(&self, s: &mut String);
}
Expand description

Trait representing a column builder.

Required Methods§

Source

fn build(&self, s: &mut String)

Build the column selector in the provided String.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§