[][src]Trait indented_blocks::ToNoIndent

pub trait ToNoIndent<'a> {
    fn eat_indent(self) -> Block<&'a str>;
}

Required methods

fn eat_indent(self) -> Block<&'a str>

Loading content...

Implementors

impl<'a> ToNoIndent<'a> for Block<&'a str>[src]

impl<'a> ToNoIndent<'a> for Block<(&'a str, &'a str)>[src]

Loading content...