pub type clingo_ast_argument_t = clingo_ast_argument;
Expand description

! Struct to define an argument that consists of a name and a type.

Aliased Type§

struct clingo_ast_argument_t {
    pub attribute: i32,
    pub type_: i32,
}

Fields§

§attribute: i32§type_: i32