Skip to main content

TableColumnsRead

Type Alias TableColumnsRead 

Source
pub type TableColumnsRead<'a> = Box<dyn Deref<Target = Vec<ColumnDef>> + 'a>;

Aliased Typeยง

pub struct TableColumnsRead<'a>(/* private fields */);