cairo_lang_syntax::node::helpers

Trait WrappedGenericParamListHelper

source
pub trait WrappedGenericParamListHelper {
    // Required method
    fn is_empty(&self, db: &dyn SyntaxGroup) -> bool;
}

Required Methods§

source

fn is_empty(&self, db: &dyn SyntaxGroup) -> bool

Checks whether there are 0 generic parameters

Implementors§