mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 21:49:08 +00:00
save game
This commit is contained in:
parent
a23a05698a
commit
b1e1a0d0f7
@ -111,7 +111,8 @@ impl Default for AsciiTable {
|
|||||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||||
pub struct Column {
|
pub struct Column {
|
||||||
pub header: String,
|
pub header: String,
|
||||||
pub align: Align
|
pub align: Align,
|
||||||
|
pub max_width: usize // TODO:
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Column {
|
impl Column {
|
||||||
|
Loading…
Reference in New Issue
Block a user