Trait unindent::Unindent[][src]

pub trait Unindent {
    type Output;
    fn unindent(&self) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors