pub fn create_attribute<'c>(
    context: &'c Context,
    attribute: Type<'c>,
    value: Attribute<'c>,
    location: Location<'c>
) -> CreateAttributeOperation<'c>
Expand description

Creates a create_attribute operation.