Type Alias MethodBody

Source
pub type MethodBody = Vec<Parameter>;
Expand description

Paired with the method_body production in the Context Free Grammar.

Aliased Typeยง

struct MethodBody { /* private fields */ }