tabled/display/
mod.rs

1//! A module which contains a different Views for a [`Table`].
2//!
3//! [`Table`]: crate::Table
4
5mod expanded_display;
6
7pub use expanded_display::*;