Thanks for creating such an awesome module Any idea how to fix this compilation error? ``` error: enum variants on type aliases are experimental --> src/format/cell.rs:103:9 | 103 | Self::Left | ^^^^^^^^^^ error: enum variants on type aliases are experimental --> src/format/cell.rs:121:9 | 121 | Self::Top | ```
Thanks for creating such an awesome module
Any idea how to fix this compilation error?