[][src]Function flatzinc::var_decl_item

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