Skip to main content

OptionWrappedGenericParamListHelper

Trait OptionWrappedGenericParamListHelper 

Source
pub trait OptionWrappedGenericParamListHelper<'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. True either when the generic params clause doesn’t exist or when it’s empty.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§