Skip to main content

WrappedGenericParamListHelper

Trait WrappedGenericParamListHelper 

Source
pub trait WrappedGenericParamListHelper<'a> {
    // Required method
    fn is_empty(&'a self, db: &'a dyn Database) -> bool;
}

Required Methods§

Source

fn is_empty(&'a self, db: &'a dyn Database) -> bool

Checks whether there are 0 generic parameters.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§