struct Parameter [src]
Fields
name: MetadataString
file: Metadata
scope: Metadata
line: u32
ty: Metadata
arg_no: u32
Source
pub const Parameter = struct {
name: MetadataString,
file: Metadata,
scope: Metadata,
line: u32,
ty: Metadata,
arg_no: u32,
}