Module orphan

Source
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.
OptionalCow
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.
IntoAsTable
Trait for converting data references into AsTable references.
IteratorTrait
A trait for iterators that implement _IteratorTrait and Clone.
TableFormatter
Trait for defining table formatting logic.
TableHeader
Trait returning headers of a table if any.
TableOutputFormat
Trait for converting table extracts into string representations.
TableRows
Trait for iterating over rows in a table.
TableWithFields
Marker trait to tag structures for which table trait deducing should be done from trait Fields, which is reflection.
_IteratorTrait
A trait for iterators that are also ExactSizeIterator.