Type Alias

ForEach.TableRowBody

The type of content representing the body of this table row content.

Declaration 宣言

typealias TableRowBody = Never
Available when Data conforms to RandomAccessCollection, ID conforms to Hashable, and Content conforms to TableRowContent.