1 2 3 4 5 6
/// Raw markdown text for the left, center, and right columns. pub struct RawText { pub left: String, pub center: String, pub right: String, }