Expand description
Orphan namespace of the module.
Re-exports§
pub use super::super::filter;
pub use super::super::md_math;
pub use super::super::output_format;
pub use super::super::print;
pub use super::super::string;
pub use super::super::table;
pub use super::super::output_format;
Modules§
- ref_
or_ debug - Converting representations to a reference on a string slice, but if not possible, to a debug string.
- ref_
or_ display_ or_ debug - Converting representations to a reference on a string slice, but if not possible, to a display string, and if that is also not possible, then to a debug string.
- ref_
or_ display_ or_ debug_ multiline - Converting representations to a reference on a string slice, but if not possible, to a display string, and if that is also not possible, then to a debug string.
Structs§
- AsTable
- Transparent wrapper for interpreting data as a table.
- Optional
Cow - Universal wrapper with transparent option of copy on write reference emphasizing a specific aspect of identity of its internal type.
Traits§
- Cells
- A trait for iterating over all cells of a row.
- Fields
- A trait for iterating over fields convertible to a specified type within an entity.
- Into
AsTable - Trait for converting data references into
AsTable
references. - Iterator
Trait - A trait for iterators that implement
_IteratorTrait
andClone
. - Table
Formatter - Trait for defining table formatting logic.
- Table
Header - Trait returning headers of a table if any.
- Table
Output Format - Trait for converting table extracts into string representations.
- Table
Rows - Trait for iterating over rows in a table.
- Table
With Fields - Marker trait to tag structures for which table trait deducing should be done from trait Fields, which is reflection.
- _Iterator
Trait - A trait for iterators that are also
ExactSizeIterator
.