[−][src]Trait cursive_flexi_logger_view::Indentable
Required methods
Loading content...Implementations on Foreign Types
impl Indentable for ScrollView<FlexiLoggerView>[src]
fn no_indent(self) -> Self[src]
Changes a FlexiLoggerView, which is contained in a ScrollView, to not indent messages
spanning multiple lines.
fn indent(self) -> Self[src]
Changes a FlexiLoggerView, which is contained in a ScrollView, to indent messages
spanning multiple lines.