pub fn column_methods() -> Vec<MethodInfo>Expand description
Method metadata for Column — empty by design (W15-column close).
Preserves the LSP-facing API shape; returns no entries because no
surviving runtime type has the name “Column”. Callers that wanted
“this object resembles a column, suggest column methods” should
route through TableView::ColumnRef projection method metadata
once that exists.