pub type Parameter<'a> = Field<'a>;
Type alias for method parameters, which have the same structure as fields.
pub struct Parameter<'a> { /* private fields */ }