[][src]Trait cursive_flexi_logger_view::Indentable

pub trait Indentable {
    fn no_indent(self) -> Self;
fn indent(self) -> Self; }

Required methods

fn no_indent(self) -> Self

fn indent(self) -> Self

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.

Loading content...

Implementors

impl Indentable for FlexiLoggerView[src]

fn no_indent(self) -> Self[src]

Changes a FlexiLoggerView to not indent messages spanning multiple lines.

fn indent(self) -> Self[src]

Changes a FlexiLoggerView to indent messages spanning multiple lines.

Loading content...