pub type NamedParameter = NamedParameter;Aliased Type§
pub struct NamedParameter {
pub name: String,
pub type_: TypeRef,
pub optional: bool,
pub kind: ParameterKind,
}Fields§
§name: String§type_: TypeRef§optional: bool§kind: ParameterKind