[][src]Function flatzinc::fz_statement

pub fn fz_statement<'a, E: ParseError<&'a str>>(
    input: &'a str
) -> IResult<&'a str, FzStmt, E>