Trait unidok_repr::IntoIR[][src]

pub trait IntoIR<'a> {
    type IR: 'a;
    fn into_ir(self, text: &'a str, data: &mut AstData) -> Self::IR;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors