Skip to main content

Parameter

Type Alias Parameter 

Source
pub type Parameter<'a> = Field<'a>;
Expand description

Type alias for method parameters, which have the same structure as fields.

Aliased Typeยง

pub struct Parameter<'a> { /* private fields */ }