Trait soundchange::IntoCond [-] [+] [src]

pub trait IntoCond<'a> {
    fn into_pre_cond(self) -> Cond<'a>;
    fn into_post_cond(self) -> Cond<'a>;
}

Required Methods

fn into_pre_cond(self) -> Cond<'a>

fn into_post_cond(self) -> Cond<'a>

Implementors