Skip to main content

IsSimpleParameterList

Trait IsSimpleParameterList 

Source
pub trait IsSimpleParameterList {
    // Required method
    fn is_simple_parameter_list(&self) -> bool;
}
Expand description

Required Methods§

Implementations on Foreign Types§

Source§

impl IsSimpleParameterList for FormalParameters<'_>

Implementors§