Type Alias ArgumentDeclaration

Source
pub type ArgumentDeclaration = FieldDefinition;

Aliased Type§

pub struct ArgumentDeclaration {
    pub name: Name,
    pub data_type: CqlType,
}

Fields§

§name: Name§data_type: CqlType