[][src]Function ogmarkup::compile

pub fn compile<'input, O: Output, T: Typography + ?Sized>(
    input: &'input str,
    typo: &T
) -> Result<O, Error<'input>>