pub trait Unindent {
    type Output;

    fn unindent(&self) -> Self::Output;
}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors